diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:25:36 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:47 -0400 |
commit | 28c32fa8ef774d4df21c7c2f0f31b1a980208c1a (patch) | |
tree | 9f9ae03af77e08711ac6d038cf961f53f1f1763d | |
parent | f017e32f354eeb45c1408651b73e633bdd870ae0 (diff) | |
download | fork-ledger-28c32fa8ef774d4df21c7c2f0f31b1a980208c1a.tar.gz fork-ledger-28c32fa8ef774d4df21c7c2f0f31b1a980208c1a.tar.bz2 fork-ledger-28c32fa8ef774d4df21c7c2f0f31b1a980208c1a.zip |
*** no comment ***
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index aede2083..e8680946 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = gdtoa BUILT_SOURCES = CLEANFILES = EXTRA_DIST = LICENSE docs tests contrib scripts setup.py \ - verify.sh run_verify.sh valgrind.sh \ + acprep verify.sh run_verify.sh valgrind.sh \ src/TODO src/gnucash.cc ESC_srcdir=`echo "$(srcdir)" | sed 's/\//\\\\\//g'` diff --git a/Makefile.in b/Makefile.in index 448edf01..ee1418c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -344,7 +344,7 @@ SUBDIRS = gdtoa BUILT_SOURCES = $(am__append_7) CLEANFILES = $(am__append_8) $(am__append_10) EXTRA_DIST = LICENSE docs tests contrib scripts setup.py \ - verify.sh run_verify.sh valgrind.sh \ + acprep verify.sh run_verify.sh valgrind.sh \ src/TODO src/gnucash.cc ESC_srcdir = `echo "$(srcdir)" | sed 's/\//\\\\\//g'` |