Adds support to libmemcached into the build system

Libmemcached will be further used to handle centralized collections.
This commit is contained in:
Felipe Zimmerle
2014-03-17 12:42:26 -07:00
parent 5a1a3fd616
commit 39caeedf14
6 changed files with 109 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ msc_test_SOURCES = msc_test.c \
msc_test_CFLAGS = @APR_CFLAGS@ \
@APU_CFLAGS@ \
@APXS_CFLAGS@ \
@LIBMEMCACHED_CFLAGS@ \
@LIBXML2_CFLAGS@ \
@LUA_CFLAGS@ \
@MODSEC_EXTRA_CFLAGS@ \
@@ -46,6 +47,7 @@ msc_test_CPPFLAGS = -I$(top_srcdir)/apache2 \
msc_test_LDADD = @APR_LDADD@ \
@APU_LDADD@ \
@LIBMEMCACHED_LDADD@ \
@LIBXML2_LDADD@ \
@LUA_LDADD@ \
@PCRE_LDADD@ \
@@ -55,6 +57,7 @@ msc_test_LDADD = @APR_LDADD@ \
msc_test_LDFLAGS = @APR_LDFLAGS@ \
@APU_LDFLAGS@ \
@APXS_LDFLAGS@ \
@LIBMEMCACHED_LDFLAGS@ \
@LIBXML2_LDFLAGS@ \
@LUA_LDFLAGS@ \
@PCRE_LDFLAGS@ \