summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-09 21:07:11 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:56 -0400
commit9618057215eb7638475a4299b81cbdca8e1f4e3f (patch)
treea70fe046b2245aca9d2c0a2f75dd0e5ef04fb515 /Makefile.am
parentf2390964cb22494b78674d02fa542a9116d10f0b (diff)
downloadfork-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.am2
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 \