From 55d3b6c5d8415c7ab35bf3e4d33dbc551f664196 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Fri, 9 Nov 2001 00:35:09 +0000 Subject: [PATCH] More src/guile up in the build order. Update README.modules. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5803 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/Makefile.am | 2 +- src/README.modules | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 82313c8ac9..2b14cb0f8e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,13 +10,13 @@ SUBDIRS = \ tax \ app-utils \ gnome-utils \ + guile \ gnome \ app-file \ register \ import-export \ report \ experimental \ - guile \ scm \ quotes \ pixmaps \ diff --git a/src/README.modules b/src/README.modules index 565e59e54a..f1105f491c 100644 --- a/src/README.modules +++ b/src/README.modules @@ -42,7 +42,6 @@ app-utils utils for the gnucash app framework (component mgr, cmd line processing, gettext stuff, etc) app-file application-level file handling -app-file-gnome gnome-specific application-level file handling gnome-utils Extensions and utilities for using Gnome/Gtk with GnuCash, including new widgets.