X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=odbc-store%2FMakefile.am;fp=odbc-store%2FMakefile.am;h=2593acec0f7f08355d85d1194df67367657deb5d;hb=3c1e801d6539b92d6d3d7fb40d661a7ce630ec44;hp=2d01685e37c0f174a716ca125b64a022adceb96e;hpb=f2621219507344852f967e4099e9c341499eb802;p=shibboleth%2Fsp.git diff --git a/odbc-store/Makefile.am b/odbc-store/Makefile.am index 2d01685..2593ace 100644 --- a/odbc-store/Makefile.am +++ b/odbc-store/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign -plugindir = $(libdir)/@PACKAGE@ +plugindir = $(libdir)/@PACKAGE_NAME@ plugin_LTLIBRARIES = odbc-store.la AM_CFLAGS = $(ODBC_CFLAGS) @@ -13,7 +13,7 @@ odbc_store_la_SOURCES = \ odbc_store_la_LDFLAGS = -module -avoid-version -install-exec-hook: +install-data-hook: for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done EXTRA_DIST = odbc-store.vcxproj odbc-store.rc resource.h