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