summaryrefslogtreecommitdiffstats
path: root/client_examples/Makefile.am
blob: d2a3e29e71a957c0d2919eefa68b649ba94c7894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)