Fix broken macro.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 27 Dec 2009 19:44:46 +0000 (19:44 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 27 Dec 2009 19:44:46 +0000 (19:44 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@698 de75baf8-a10c-0410-a50a-987c0e22f00f

Makefile.am

index f581d42..53d29f7 100644 (file)
@@ -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