From 4f3ac987fba60c77c0fa8556d3888f22828a7a11 Mon Sep 17 00:00:00 2001 From: dscho Date: Sun, 9 Feb 2003 03:38:26 +0000 Subject: make dist fixed; make rpm introduced --- contrib/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'contrib/Makefile.am') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index de73c82..bd5b291 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,10 +1,13 @@ +LDADD = -L.. -lvncserver + noinst_PROGRAMS=zippy if HAVE_X bin_PROGRAMS=x11vnc x11vnc_SOURCES=x11vnc.c -x11vnc_CFLAGSADD=@X_CFLAGS@ -x11vnc_LDADD=@X_LIBS@ +INCLUDES=@X_CFLAGS@ +x11vnc_LDADD=@X_LIBS@ $(LDADD) endif zippy_SOURCES=zippy.c + -- cgit v1.2.1