X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=Makefile.am;h=84148a01dd722db4ef493e64956b12ceca315d4c;hp=6b98367acaf0e976ee2521876890bd1bff7c8128;hb=4e10c1842e2081b50d6838b8e38a4b91eb74d564;hpb=99c366e57cb94f8fc416dca119fc0722f24da005 diff --git a/Makefile.am b/Makefile.am index 6b98367..84148a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,19 +13,13 @@ 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 $@ +GENFILES = opensaml.spec pkginfo Portfile EXTRA_DIST = $(DX_CONFIG) \ cpp-opensaml2.sln \ @@ -38,5 +32,3 @@ EXTRA_DIST = $(DX_CONFIG) \ $(GENFILES:%=%.in) \ depend \ postinstall - -DISTCLEANFILES = $(GENFILES)