X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=common%2FMakefile.am;h=8030f442516dbcff76ace00395141cedd8560a69;hb=de760c32656215930e4fc83830a5bdedbb185d73;hp=45c839056e16f8ab0f7052d4e5917cf4a836aae6;hpb=2b6703ac37a2c0f17923535d68fdf0ac2debedea;p=doldaconnect.git diff --git a/common/Makefile.am b/common/Makefile.am index 45c8390..8030f44 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,12 +1,16 @@ EXTRA_DIST = makegdesc 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_CFLAGS = -fPIC libhttp_a_CFLAGS = -fPIC