diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-24 19:28:27 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-24 19:28:27 +0000 |
commit | 1980dd537cb4c85ac04dc23fbde542c2495ed1fc (patch) | |
tree | 9f06cff551308dfc62cf7a902c6cb23f92054b84 /common/rdr | |
parent | 3641a17969df0f38a9f886971f4dc232c7c47b46 (diff) | |
download | tigervnc-1980dd537cb4c85ac04dc23fbde542c2495ed1fc.tar.gz tigervnc-1980dd537cb4c85ac04dc23fbde542c2495ed1fc.zip |
Remove unused autotools build system
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4540 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rdr')
-rw-r--r-- | common/rdr/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/common/rdr/Makefile.am b/common/rdr/Makefile.am deleted file mode 100644 index 9fdea7ed..00000000 --- a/common/rdr/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -noinst_LTLIBRARIES = librdr.la - -HDRS = Exception.h FdInStream.h FdOutStream.h FixedMemOutStream.h \ - HexInStream.h HexOutStream.h InStream.h MemInStream.h \ - MemOutStream.h msvcwarning.h OutStream.h RandomStream.h \ - SubstitutingInStream.h types.h TLSException.h TLSInStream.h \ - TLSOutStream.h ZlibInStream.h ZlibOutStream.h - -librdr_la_SOURCES = $(HDRS) Exception.cxx FdInStream.cxx FdOutStream.cxx \ - HexInStream.cxx HexOutStream.cxx InStream.cxx RandomStream.cxx \ - TLSException.cxx TLSInStream.cxx TLSOutStream.cxx ZlibInStream.cxx \ - ZlibOutStream.cxx - -librdr_la_CPPFLAGS = -I$(top_srcdir)/common -librdr_la_LIBADD = @GNUTLS_LIBS@ - -if INCLUDED_ZLIB -librdr_la_CPPFLAGS += -I$(top_srcdir)/common/zlib -librdr_la_LIBADD += $(top_builddir)/common/zlib/libz.la -else -if HAVE_GNUTLS -librdr_la_LIBADD += -lz -endif -endif - -EXTRA_DIST = CMakeLists.txt |