From fe3087efc8e56e41f67ed676bd735d2cc1dadac4 Mon Sep 17 00:00:00 2001 From: fredrik Date: Mon, 16 Apr 2007 22:16:05 +0000 Subject: [PATCH] Compile libcommon with -fPIC. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@949 959494ce-11ee-0310-bf91-de5d638817bd --- common/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0