X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=common%2FMakefile.am;h=2c6b0b72e6f7ca6928036dce938a74c52f7c1bd4;hb=HEAD;hp=4dbd77d36fdad9dff84d12daacd7e0936aad0bba;hpb=35007f2561b1fd9b27b0e33d6c3dd37933c4acc9;p=doldaconnect.git diff --git a/common/Makefile.am b/common/Makefile.am index 4dbd77d..2c6b0b7 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,6 +1,18 @@ -noinst_LIBRARIES = libcommon.a +EXTRA_DIST = makegdesc + +noinst_LIBRARIES = libcommon.a libhttp.a +noinst_PROGRAMS = httest libcommon_a_SOURCES = tiger.c \ utils.c +libhttp_a_SOURCES = http.c + +httest_SOURCES = httest.c +httest_LDADD = libhttp.a libcommon.a + +libcommon_a_CPPFLAGS = -D_ISOC99_SOURCE +libcommon_a_CFLAGS = -fPIC +libhttp_a_CFLAGS = -fPIC + AM_CPPFLAGS=-I$(top_srcdir)/include