X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=common%2FMakefile.am;h=45c839056e16f8ab0f7052d4e5917cf4a836aae6;hb=672dbb8f2fe881723f08bba084acd54703411342;hp=b78a7eedac035699e30c56aab363c1f5a4b04775;hpb=118cba31bd1e8d2b72c68d05edeccfbc1faef37d;p=doldaconnect.git diff --git a/common/Makefile.am b/common/Makefile.am index b78a7ee..45c8390 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,10 +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