Initial import.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 9 Jan 2007 03:58:43 +0000 (03:58 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 9 Jan 2007 03:58:43 +0000 (03:58 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@824 959494ce-11ee-0310-bf91-de5d638817bd

common/Makefile.am [new file with mode: 0644]

diff --git a/common/Makefile.am b/common/Makefile.am
new file mode 100644 (file)
index 0000000..4dbd77d
--- /dev/null
@@ -0,0 +1,6 @@
+noinst_LIBRARIES = libcommon.a
+
+libcommon_a_SOURCES =  tiger.c \
+                       utils.c
+
+AM_CPPFLAGS=-I$(top_srcdir)/include