X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=a0ff2d6ace3aa15d71a3fa7352efc1b608d2a69a;hb=65ded1cf4cea0d89040149788d6a5b4bcd884ba2;hp=6b98367acaf0e976ee2521876890bd1bff7c8128;hpb=9ed6a1981ce22b52d39e9c1e020122619b573e30;p=shibboleth%2Fcpp-opensaml.git diff --git a/Makefile.am b/Makefile.am index 6b98367..a0ff2d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,19 +13,16 @@ dist-hook: SUBDIRS = doc schemas saml samltest samlsign -GENFILES = opensaml.spec pkginfo Portfile - if DX_COND_doc -all-local: doxygen-doc $(GENFILES) +all-local: doxygen-doc else -all-local: $(GENFILES) +all-local: endif -$(GENFILES): %: %.in Makefile - rm -f $@.tmp - sed < $@.in > $@.tmp \ - -e 's:@-VERSION-@:${VERSION}:' - mv $@.tmp $@ +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = @PACKAGE_NAME@.pc + +GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile EXTRA_DIST = $(DX_CONFIG) \ cpp-opensaml2.sln \ @@ -38,5 +35,3 @@ EXTRA_DIST = $(DX_CONFIG) \ $(GENFILES:%=%.in) \ depend \ postinstall - -DISTCLEANFILES = $(GENFILES)