From 35007f2561b1fd9b27b0e33d6c3dd37933c4acc9 Mon Sep 17 00:00:00 2001 From: fredrik Date: Tue, 9 Jan 2007 03:58:43 +0000 Subject: [PATCH] Initial import. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@824 959494ce-11ee-0310-bf91-de5d638817bd --- common/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common/Makefile.am diff --git a/common/Makefile.am b/common/Makefile.am new file mode 100644 index 0000000..4dbd77d --- /dev/null +++ b/common/Makefile.am @@ -0,0 +1,6 @@ +noinst_LIBRARIES = libcommon.a + +libcommon_a_SOURCES = tiger.c \ + utils.c + +AM_CPPFLAGS=-I$(top_srcdir)/include -- 2.11.0