X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=common%2FMakefile.am;h=45c839056e16f8ab0f7052d4e5917cf4a836aae6;hb=2b6703ac37a2c0f17923535d68fdf0ac2debedea;hp=1da8299eb6809928c4d04f69069872d1c36e3a9e;hpb=4854e96def0d86155f9a5bd1fd6f0403b0730d32;p=doldaconnect.git diff --git a/common/Makefile.am b/common/Makefile.am index 1da8299..45c8390 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,8 +1,13 @@ EXTRA_DIST = makegdesc -noinst_LIBRARIES = libcommon.a +noinst_LIBRARIES = libcommon.a libhttp.a libcommon_a_SOURCES = tiger.c \ utils.c +libhttp_a_SOURCES = http.c + +libcommon_a_CFLAGS = -fPIC +libhttp_a_CFLAGS = -fPIC + AM_CPPFLAGS=-I$(top_srcdir)/include