From 9f6a47087b28fc230e804da404798acb9641cb4e Mon Sep 17 00:00:00 2001 From: dscho Date: Sat, 8 Feb 2003 14:26:39 +0000 Subject: autoconf'ed everything --- Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..9a52747 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,21 @@ +SUBDIRS=. examples contrib +DIST_SUBDIRS=examples contrib + +include_HEADERS=include/rfb.h include/rfbconfig.h include/rfbproto.h \ + include/keysym.h + +ZRLE_SRCS=zrle.cxx rdr/FdInStream.cxx rdr/FdOutStream.cxx rdr/InStream.cxx \ + rdr/NullOutStream.cxx rdr/ZlibInStream.cxx rdr/ZlibOutStream.cxx + +LIB_SOURCES = main.c rfbserver.c sraRegion.c auth.c sockets.c \ + stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ + zlib.c tight.c httpd.c cursor.c font.c \ + draw.c selbox.c d3des.c vncauth.c cargs.c + +if HAVE_CXX +libvncserver_a_SOURCES=$(LIB_SOURCES) $(ZRLE_SRCS) +else +libvncserver_a_SOURCES=$(LIB_SOURCES) +endif + +lib_LIBRARIES=libvncserver.a -- cgit v1.2.1