X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=common%2FMakefile.am;h=2c6b0b72e6f7ca6928036dce938a74c52f7c1bd4;hb=f5018426d1d10585f5093cecc506c5867f56b8c1;hp=b78a7eedac035699e30c56aab363c1f5a4b04775;hpb=462556481852c6e4b97ebfebf50de429097540d0;p=doldaconnect.git diff --git a/common/Makefile.am b/common/Makefile.am index b78a7ee..2c6b0b7 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,10 +1,18 @@ EXTRA_DIST = makegdesc -noinst_LIBRARIES = libcommon.a +noinst_LIBRARIES = libcommon.a libhttp.a +noinst_PROGRAMS = httest libcommon_a_SOURCES = tiger.c \ utils.c +libhttp_a_SOURCES = http.c + +httest_SOURCES = httest.c +httest_LDADD = libhttp.a libcommon.a + +libcommon_a_CPPFLAGS = -D_ISOC99_SOURCE libcommon_a_CFLAGS = -fPIC +libhttp_a_CFLAGS = -fPIC AM_CPPFLAGS=-I$(top_srcdir)/include