diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2010-03-13 17:36:44 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2010-03-13 17:36:47 +0100 |
commit | 9a9a1c5fbc327311ce2bd53e8da5d1b68a1c9382 (patch) | |
tree | efda0450f0ee37f24169848d6b1f0666c483c767 /client_examples | |
parent | 6b2b3b8213bbe95182c91df419e0562e85f36bc0 (diff) | |
download | libvncserver-9a9a1c5fbc327311ce2bd53e8da5d1b68a1c9382.zip libvncserver-9a9a1c5fbc327311ce2bd53e8da5d1b68a1c9382.tar.gz |
Rename HAVE_X -> HAVE_X11
This change is just for consistency reasons.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'client_examples')
-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 |