From: fredrik Date: Mon, 16 Apr 2007 22:16:05 +0000 (+0000) Subject: Compile libcommon with -fPIC. X-Git-Tag: 0.3.1~1 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=fe3087efc8e56e41f67ed676bd735d2cc1dadac4 Compile libcommon with -fPIC. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@949 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/common/Makefile.am b/common/Makefile.am index 4dbd77d..f84ecca 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -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