Compile libcommon with -fPIC.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 16 Apr 2007 22:16:05 +0000 (22:16 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 16 Apr 2007 22:16:05 +0000 (22:16 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@949 959494ce-11ee-0310-bf91-de5d638817bd

common/Makefile.am

index 1da8299..b78a7ee 100644 (file)
@@ -5,4 +5,6 @@ noinst_LIBRARIES = libcommon.a
 libcommon_a_SOURCES =  tiger.c \
                        utils.c
 
+libcommon_a_CFLAGS = -fPIC
+
 AM_CPPFLAGS=-I$(top_srcdir)/include