Seemingly working version of the HTTP library
[doldaconnect.git] / common / Makefile.am
CommitLineData
4854e96d 1EXTRA_DIST = makegdesc
2
672dbb8f 3noinst_LIBRARIES = libcommon.a libhttp.a
35007f25 4
5libcommon_a_SOURCES = tiger.c \
6 utils.c
7
672dbb8f
FT
8libhttp_a_SOURCES = http.c
9
46255648 10libcommon_a_CFLAGS = -fPIC
672dbb8f 11libhttp_a_CFLAGS = -fPIC
46255648 12
35007f25 13AM_CPPFLAGS=-I$(top_srcdir)/include