Added calculation to SUBDIRS.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2578 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-07-13 08:45:32 +00:00
parent db5c10bca1
commit 0ad9da62a9
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
SUBDIRS = \
doc \
engine \
calculation \
experimental \
register \
guile \

View File

@ -115,7 +115,7 @@ USE_NLS = @USE_NLS@
VERSION = @VERSION@
l = @l@
SUBDIRS = doc engine experimental register guile gnome scm quotes pixmaps optional
SUBDIRS = doc engine calculation experimental register guile gnome scm quotes pixmaps optional
# Engine Makefile.am file.