summaryrefslogtreecommitdiffstats
path: root/client_examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'client_examples/Makefile.am')
-rw-r--r--client_examples/Makefile.am2
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