diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-10 22:37:05 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-10 22:37:05 -0400 |
commit | 44518bc64066e715c2664ff666a81b857a1b00f9 (patch) | |
tree | 64fdcc97128b1582e8378087f1f1154d2e3176e1 /Makefile.am | |
parent | f605e107fcaf8f2f12ec927895eddd72dbe2ea5b (diff) | |
download | fork-ledger-44518bc64066e715c2664ff666a81b857a1b00f9.tar.gz fork-ledger-44518bc64066e715c2664ff666a81b857a1b00f9.tar.bz2 fork-ledger-44518bc64066e715c2664ff666a81b857a1b00f9.zip |
Wired up the "entry" command from 2.x, though it still needs to be ported.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8547e6c5..cc3301e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,8 +116,6 @@ pkginclude_HEADERS = \ src/output.h \ src/emacs.h \ src/help.h \ - \ - src/derive.h \ src/quotes.h \ \ src/global.h \ |