From 2b8c2a5c3a71364e402b4df334a6f5aff5ed77a9 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 7 Jun 2004 08:31:57 +0000 Subject: add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging --- client_examples/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client_examples/Makefile.am (limited to 'client_examples/Makefile.am') diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am new file mode 100644 index 0000000..d2a3e29 --- /dev/null +++ b/client_examples/Makefile.am @@ -0,0 +1,13 @@ +DEFINES=-I.. -g -Wall +LDADD = ../libvncclient/libvncclient.a + +if HAVE_LIBSDL +SDLVIEWER=SDLvncviewer + +SDLvncviewer_CFLAGS=`sdl-config --cflags` + +SDLvncviewer_LDFLAGS=`sdl-config --libs` +endif + +noinst_PROGRAMS=ppmtest $(SDLVIEWER) + -- cgit v1.2.1