diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-09 21:07:11 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:56 -0400 |
commit | 9618057215eb7638475a4299b81cbdca8e1f4e3f (patch) | |
tree | a70fe046b2245aca9d2c0a2f75dd0e5ef04fb515 /Makefile.am | |
parent | f2390964cb22494b78674d02fa542a9116d10f0b (diff) | |
download | fork-ledger-9618057215eb7638475a4299b81cbdca8e1f4e3f.tar.gz fork-ledger-9618057215eb7638475a4299b81cbdca8e1f4e3f.tar.bz2 fork-ledger-9618057215eb7638475a4299b81cbdca8e1f4e3f.zip |
Added an Emacs formatter, accessible with the new "emacs" command.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 07630668..2cfca6e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ libledger_a_SOURCES = \ config.cc \ datetime.cc \ derive.cc \ + emacs.cc \ format.cc \ journal.cc \ mask.cc \ @@ -45,6 +46,7 @@ pkginclude_HEADERS = \ datetime.h \ debug.h \ derive.h \ + emacs.h \ error.h \ format.h \ gnucash.h \ |