Build no Gtk stuff at all in dcuilib apkg.
[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_CFLAGS = -fPIC
15libhttp_a_CFLAGS = -fPIC
16
17AM_CPPFLAGS=-I$(top_srcdir)/include