Cleanup build for mlogc (MODSEC-83).

This commit is contained in:
b1v1r
2009-08-12 18:43:57 +00:00
parent 6809b40946
commit 9a5cf44fda
5 changed files with 166 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ srclibdir = $(srcdir)/srclib
MLOGC_VERSION = `grep '^\#define *VERSION ' mlogc.c | sed 's/.*VERSION *"\([^"]*\)"/\1/'`
APR_FLAGS = @APR_CFLAGS@
APR_LIBS = @APR_LINK_LD@
APR_LIBS = @APR_LINK_LD@ @APR_LIBS@
CURL_FLAGS = @CURL_CFLAGS@
CURL_LIBS = @CURL_LIBS@