r15238 - gnucash/branches/2.0 - * src/import-export/test/Makefile.am: Minor fix so build

Benoit Grégoire bock at cvs.gnucash.org
Wed Dec 20 19:05:14 EST 2006


Author: bock
Date: 2006-12-20 19:05:14 -0500 (Wed, 20 Dec 2006)
New Revision: 15238
Trac: http://svn.gnucash.org/trac/changeset/15238

Modified:
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/src/import-export/test/Makefile.am
Log:
* src/import-export/test/Makefile.am:  Minor fix so build 
	completes on Ubuntu/Debian (tested on Edgy)


Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2006-12-20 15:27:39 UTC (rev 15237)
+++ gnucash/branches/2.0/ChangeLog	2006-12-21 00:05:14 UTC (rev 15238)
@@ -1,3 +1,8 @@
+2006-12-20  Benoit Grégoire <bock at step.polymtl.ca>
+
+	* src/import-export/test/Makefile.am:  Minor fix so build 
+	completes on Ubuntu/Debian (tested on Edgy)
+	
 2006-12-10  Chris Lyttle  <chris at wilddev.net>
 
 	* NEWS: Added some text about the release.

Modified: gnucash/branches/2.0/src/import-export/test/Makefile.am
===================================================================
--- gnucash/branches/2.0/src/import-export/test/Makefile.am	2006-12-20 15:27:39 UTC (rev 15237)
+++ gnucash/branches/2.0/src/import-export/test/Makefile.am	2006-12-21 00:05:14 UTC (rev 15238)
@@ -11,6 +11,7 @@
 
 LDADD = \
   ${top_builddir}/src/gnc-module/libgncmodule.la \
+  ${top_builddir}/src/engine/libgncmod-engine.la \
   ${top_builddir}/src/test-core/libgncmod-test.la \
   ../libgncmod-generic-import.la \
   ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \



More information about the gnucash-changes mailing list