diff options
Diffstat (limited to 'client_examples/Makefile.am')
-rw-r--r-- | client_examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index fa71a50..ca5085d 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -21,7 +21,7 @@ SDLvncviewer_CFLAGS=$(SDL_CFLAGS) SDLvncviewer_SOURCES=SDLvncviewer.c scrap.c -if HAVE_X +if HAVE_X11 X11_LIB=-lX11 endif |