r19032 - gnucash/trunk/src/backend/dbi/test - Add .h files to EXTRA_DIST to ensure they are put into tarball

Phil Longstaff plongstaff at code.gnucash.org
Sun Apr 18 14:07:05 EDT 2010


Author: plongstaff
Date: 2010-04-18 14:07:05 -0400 (Sun, 18 Apr 2010)
New Revision: 19032
Trac: http://svn.gnucash.org/trac/changeset/19032

Modified:
   gnucash/trunk/src/backend/dbi/test/Makefile.am
Log:
Add .h files to EXTRA_DIST to ensure they are put into tarball


Modified: gnucash/trunk/src/backend/dbi/test/Makefile.am
===================================================================
--- gnucash/trunk/src/backend/dbi/test/Makefile.am	2010-04-18 17:48:05 UTC (rev 19031)
+++ gnucash/trunk/src/backend/dbi/test/Makefile.am	2010-04-18 18:07:05 UTC (rev 19032)
@@ -36,7 +36,8 @@
   test-dbi \
   test-load-backend
 
-#noinst_HEADERS = test-file-stuff.h
+EXTRA_DIST = \
+    test-dbi-stuff.h
 
 LDADD = ${top_builddir}/src/test-core/libtest-core.la \
         ${top_builddir}/src/gnc-module/libgnc-module.la \



More information about the gnucash-changes mailing list