Switch to using db1 for database access.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3336 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-12-21 23:36:41 +00:00
parent 7703433b11
commit df875ea12d
7 changed files with 92 additions and 45 deletions

View File

@@ -35,10 +35,6 @@ EXTRA_DIST = \
old/country.sql \
old/currencynames \
old/Gnucash.app-defaults \
old/gnome/graph/Makefile \
old/gnome/graph/colors.c \
old/gnome/graph/design.txt \
old/gnome/graph/plot-test.c \
old/perl-reports/report-baln.phtml \
old/perl-reports/report-folio.phtml \
old/perl-reports/report-formtest.html \
@@ -60,7 +56,7 @@ make-gnucash-patch: make-gnucash-patch.in
chmod +x $@.tmp
mv $@.tmp $@
CLEANFILES += cscope.files etags.files make-gnucash-patch
CLEANFILES += cscope.files etags.files make-gnucash-patch
cscope.files:
find . -name '*.[ch]' > cscope.files