From: fredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Date: Tue, 9 Jan 2007 03:58:43 +0000 (+0000)
Subject: Initial import.
X-Git-Tag: 0.3~103
X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=35007f2561b1fd9b27b0e33d6c3dd37933c4acc9;p=doldaconnect.git

Initial import.


git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@824 959494ce-11ee-0310-bf91-de5d638817bd
---

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