From 462556481852c6e4b97ebfebf50de429097540d0 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 1da8299..b78a7ee 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -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 -- 2.11.0