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