Makefile.am 125 Bytes
Newer Older
dscho's avatar
dscho committed
1
INCLUDES = -I$(top_srcdir)
2
LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@
3

dscho's avatar
dscho committed
4 5 6
noinst_PROGRAMS=zippy

zippy_SOURCES=zippy.c
7