From 166f0b98870e49d95604320c315672f00e7e5225 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 28 Apr 2010 16:31:32 +0200 Subject: [PATCH] Another try to fix the _SOURCES issue Signed-off-by: Johannes Schindelin --- client_examples/Makefile.am | 2 -- 1 file changed, 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