X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=common%2FMakefile.am;h=45c839056e16f8ab0f7052d4e5917cf4a836aae6;hb=2b6703ac37a2c0f17923535d68fdf0ac2debedea;hp=b78a7eedac035699e30c56aab363c1f5a4b04775;hpb=462556481852c6e4b97ebfebf50de429097540d0;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