From 38653188d3c59978e065f3f20af8eccc262222fb Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 11 Dec 2011 00:49:19 +0000 Subject: [PATCH] [Testing] Re-order subdirectories so that test-core is available to libqof. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21708 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 16d1c04578..4dc9e57092 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,10 @@ # These directories do not contain any gtk dependencies NONGUI_SUBDIRS = \ + test-core \ libqof \ debug \ doc \ pixmaps \ - test-core \ core-utils \ gnc-module \ engine \