summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2007-04-18 17:30:49 (UTC)
committer Michael Krelin <hacker@klever.net>2007-04-18 17:30:49 (UTC)
commit2c2b71f11d7a55440af1a21828929818754f5ab8 (patch) (unidiff)
tree92684a0fa78d6ac564d8bc9e0d596e9a7fee0aec
parent03b321d88a199c6390eb8ce51ac4b1a96b3535dd (diff)
downloadkingate-2c2b71f11d7a55440af1a21828929818754f5ab8.zip
kingate-2c2b71f11d7a55440af1a21828929818754f5ab8.tar.gz
kingate-2c2b71f11d7a55440af1a21828929818754f5ab8.tar.bz2
link with libraries
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7bf0b26..0ed39e3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ endif
6 6
7INCLUDES = -I${top_srcdir}/include -I${top_srcdir} 7INCLUDES = -I${top_srcdir}/include -I${top_srcdir}
8AM_CXXFLAGS = ${KONFORKA_CFLAGS} 8AM_CXXFLAGS = ${KONFORKA_CFLAGS}
9LDADD = ${KONFORKA_LIBS} 9LIBS = ${KONFORKA_LIBS} ${MIMETIC_LIBS}
10 10
11libkingate_la_SOURCES = \ 11libkingate_la_SOURCES = \
12 cgi_gateway.cc \ 12 cgi_gateway.cc \