From: Scott Cantor Date: Sun, 27 Dec 2009 19:44:46 +0000 (+0000) Subject: Fix broken macro. X-Git-Tag: 1.4RC1~119 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=753c2b37107f60f8d7c732f1844f0b8359053bfc Fix broken macro. --- diff --git a/Makefile.am b/Makefile.am index f581d42..53d29f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,11 +7,11 @@ include doxygen.am MOSTLYCLEANFILES = $(DX_CLEANFILES) dist-hook: - rm -rf `find $(distdir)/@PACKAGE_NAME@test/data -name .svn` + rm -rf `find $(distdir)/xmltoolingtest/data -name .svn` rm -rf `find $(distdir)/doc/api -name .svn` -SUBDIRS = doc schemas @PACKAGE_NAME@ @PACKAGE_NAME@test +SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest if DX_COND_doc all-local: doxygen-doc