Fixed HTTP-client query-string handling bug.
[doldaconnect.git] / common / Makefile.am
... / ...
CommitLineData
1EXTRA_DIST = makegdesc
2
3noinst_LIBRARIES = libcommon.a libhttp.a
4noinst_PROGRAMS = httest
5
6libcommon_a_SOURCES = tiger.c \
7 utils.c
8
9libhttp_a_SOURCES = http.c
10
11httest_SOURCES = httest.c
12httest_LDADD = libhttp.a libcommon.a
13
14libcommon_a_CPPFLAGS = -D_ISOC99_SOURCE
15libcommon_a_CFLAGS = -fPIC
16libhttp_a_CFLAGS = -fPIC
17
18AM_CPPFLAGS=-I$(top_srcdir)/include