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

common/Makefile.am

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