3 noinst_LIBRARIES = libcommon.a libhttp.a
4 noinst_PROGRAMS = httest
6 libcommon_a_SOURCES = tiger.c \
9 libhttp_a_SOURCES = http.c
11 httest_SOURCES = httest.c
12 httest_LDADD = libhttp.a libcommon.a
14 libcommon_a_CPPFLAGS = -D_ISOC99_SOURCE
15 libcommon_a_CFLAGS = -fPIC
16 libhttp_a_CFLAGS = -fPIC
18 AM_CPPFLAGS=-I$(top_srcdir)/include