diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2010-04-28 16:31:32 +0200 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2010-04-28 16:31:32 +0200 |
commit | 166f0b98870e49d95604320c315672f00e7e5225 (patch) | |
tree | 55afff158750c5a3b1ac350063e84f230f6d6aa8 | |
parent | a34d9215715813597ba7746c7a230e8ded6ae316 (diff) | |
download | libvncserver-166f0b98870e49d95604320c315672f00e7e5225.zip libvncserver-166f0b98870e49d95604320c315672f00e7e5225.tar.gz |
Another try to fix the _SOURCES issue
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-rw-r--r-- | client_examples/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index c44b381..c26c1c9 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -19,8 +19,6 @@ SDLVIEWER=SDLvncviewer SDLvncviewer_CFLAGS=$(SDL_CFLAGS) -SDLvncviewer_SOURCES=SDLvncviewer.c - if HAVE_X11 X11_LIB=-lX11 endif |