diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-09-09 15:40:04 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-09-09 15:40:04 +0200 |
commit | fdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb (patch) | |
tree | 594dbcdf03545c5cf13f4b8f30c92ceba81805c9 /client_examples/Makefile.am | |
parent | d999a8eae39a520f747182bfc4e4f88f13b764ba (diff) | |
download | libtdevnc-fdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb.tar.gz libtdevnc-fdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb.zip |
The HAVE_X11 define is not there anymore, but we don't need it either.
Diffstat (limited to 'client_examples/Makefile.am')
-rw-r--r-- | client_examples/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index 2779d53..a6ba020 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -20,12 +20,8 @@ SDLVIEWER=SDLvncviewer SDLvncviewer_CFLAGS=$(SDL_CFLAGS) SDLvncviewer_SOURCES=SDLvncviewer.c scrap.c scrap.h -if HAVE_X11 -X11_LIB=-lX11 -endif - # thanks to autoconf, this looks ugly -SDLvncviewer_LDADD=$(LDADD) $(SDL_LIBS) $(X11_LIB) +SDLvncviewer_LDADD=$(LDADD) $(SDL_LIBS) endif if HAVE_LIBGTK |