X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=adfs%2FMakefile.am;fp=adfs%2FMakefile.am;h=4600665c034e827e2e375f005744f20875e37275;hb=3c1e801d6539b92d6d3d7fb40d661a7ce630ec44;hp=cd3ade5d0b42969e7e111f4e929563cf5606036e;hpb=f2621219507344852f967e4099e9c341499eb802;p=shibboleth%2Fsp.git diff --git a/adfs/Makefile.am b/adfs/Makefile.am index cd3ade5..4600665 100644 --- a/adfs/Makefile.am +++ b/adfs/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign -plugindir = $(libdir)/@PACKAGE@ +plugindir = $(libdir)/@PACKAGE_NAME@ plugin_LTLIBRARIES = adfs.la adfs-lite.la adfs_la_LIBADD = $(XMLSEC_LIBS) \ @@ -19,7 +19,7 @@ adfs_la_LDFLAGS = -module -avoid-version adfs_lite_la_LDFLAGS = -module -avoid-version adfs_lite_la_CPPFLAGS = -DSHIBSP_LITE -install-exec-hook: +install-data-hook: for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done EXTRA_DIST = adfs.vcxproj adfs-lite.vcxproj resource.h adfs.rc