https://issues.shibboleth.net/jira/browse/SSPCPP-575
[shibboleth/cpp-sp.git] / memcache-store / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 plugindir = $(libdir)/@PACKAGE_NAME@
4 plugin_LTLIBRARIES = memcache-store.la
5
6 AM_CFLAGS = $(MEMCACHED_INCLUDE)
7 AM_CXXFLAGS = $(MEMCACHED_INCLUDE)
8
9 memcache_store_la_LDFLAGS = $(MEMCACHED_LDFLAGS) -module -avoid-version
10 memcache_store_la_LIBADD = $(XMLSEC_LIBS) $(MEMCACHED_LIBS)
11
12 memcache_store_la_SOURCES = \
13         memcache-store.cpp
14
15 install-data-hook:
16         for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done
17
18 EXTRA_DIST = memcache-store.vcxproj memcache-store.rc resource.h