Imported Upstream version 2.4+dfsg
[shibboleth/sp.git] / memcache-store / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 plugindir = $(libdir)/@PACKAGE@
4 plugin_LTLIBRARIES = memcache-store.la
5
6 AM_CFLAGS = $(MEMCACHED_CFLAGS)
7 AM_CXXFLAGS = $(MEMCACHED_CFLAGS)
8
9 memcache_store_la_LIBADD = $(XMLSEC_LIBS) $(MEMCACHED_LIBS)
10
11 memcache_store_la_SOURCES = \
12         memcache-store.cpp
13
14 memcache_store_la_LDFLAGS = -module -avoid-version
15
16 install-exec-hook:
17         for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done
18
19 EXTRA_DIST = memcache-store.vcxproj memcache-store.rc resource.h