gnucash maint: Fix typo.

John Ralls jralls at code.gnucash.org
Thu Jan 21 15:57:05 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/595dbbfb (commit)
	from  https://github.com/Gnucash/gnucash/commit/fba7a4ce (commit)



commit 595dbbfb13c1e50fabd776c1319a7dcfc71cf33f
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jan 21 12:56:53 2016 -0800

    Fix typo.

diff --git a/src/import-export/csv-imp/test/Makefile.am b/src/import-export/csv-imp/test/Makefile.am
index 52af6d8..1061318 100644
--- a/src/import-export/csv-imp/test/Makefile.am
+++ b/src/import-export/csv-imp/test/Makefile.am
@@ -29,7 +29,7 @@ test_csv_imp_HEADERS =
 #The tests might require more libraries, but try to keep them
 #as independent as possible.
 test_csv_imp_LDADD = \
-  ${top_builddir}/${MODULEPATH}/Libgncmod-csv-import.la \
+  ${top_builddir}/${MODULEPATH}/libgncmod-csv-import.la \
   ${top_builddir}/src/import-export/libgncmod-generic-import.la \
   ${top_builddir}/src/gnome/libgnc-gnome.la \
   ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \



Summary of changes:
 src/import-export/csv-imp/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list