X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=memcache-store%2FMakefile.am;h=d1c4286f277d8a81df7c1fcf5d26c793447e9c78;hb=b757a2480a021c4183ee6dba77d4470adbf95ef8;hp=fa11fd86708d428b3f544827fcf0ead9d963845f;hpb=163c5e045d4375e2c9cd1d2fdb13455db5d94362;p=shibboleth%2Fsp.git diff --git a/memcache-store/Makefile.am b/memcache-store/Makefile.am index fa11fd8..d1c4286 100644 --- a/memcache-store/Makefile.am +++ b/memcache-store/Makefile.am @@ -6,15 +6,14 @@ plugin_LTLIBRARIES = memcache-store.la AM_CFLAGS = $(MEMCACHED_CFLAGS) AM_CXXFLAGS = $(MEMCACHED_CFLAGS) -memcache_store_la_LIBADD = \ - $(MEMCACHED_LIBS) +memcache_store_la_LIBADD = $(XMLSEC_LIBS) $(MEMCACHED_LIBS) memcache_store_la_SOURCES = \ memcache-store.cpp -memcache_store_la_LDFLAGS = -module -avoid-version $(XMLSEC_LIBS) +memcache_store_la_LDFLAGS = -module -avoid-version install-exec-hook: for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done -EXTRA_DIST = memcache-store.vcproj memcache-store.rc resource.h +EXTRA_DIST = memcache-store.vcxproj memcache-store.rc resource.h