diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-01-31 18:18:08 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2011-01-31 11:54:18 -0600 |
commit | 824644d0a2b43fa5de4f3ad6828dd1192164f42d (patch) | |
tree | 2899cce444800854a185658ea4d79f46d7be1f19 /client_examples/Makefile.am | |
parent | 030ccf673d96016733ffb3bef3feede20dba19a7 (diff) | |
download | libtdevnc-824644d0a2b43fa5de4f3ad6828dd1192164f42d.tar.gz libtdevnc-824644d0a2b43fa5de4f3ad6828dd1192164f42d.zip |
SDLvncviewer: fix compilation from dist tarball.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'client_examples/Makefile.am')
-rw-r--r-- | client_examples/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index c26c1c9..8619dc2 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -18,6 +18,7 @@ if HAVE_LIBSDL SDLVIEWER=SDLvncviewer SDLvncviewer_CFLAGS=$(SDL_CFLAGS) +SDLvncviewer_SOURCES=SDLvncviewer.c scrap.c scrap.h if HAVE_X11 X11_LIB=-lX11 |