summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/CMakeLists.txt b/lisp/CMakeLists.txt
index 949171b3..5341f67a 100644
--- a/lisp/CMakeLists.txt
+++ b/lisp/CMakeLists.txt
@@ -1,19 +1,21 @@
set(EMACS_LISP_SOURCES
+ ldg-commodities.el
ldg-complete.el
ldg-exec.el
+ ldg-fonts.el
ldg-mode.el
ldg-new.el
+ ldg-occur.el
ldg-post.el
ldg-reconcile.el
ldg-regex.el
ldg-register.el
ldg-report.el
+ ldg-sort.el
ldg-state.el
ldg-test.el
ldg-texi.el
- ldg-xact.el
- ledger.el
- timeclock.el)
+ ldg-xact.el)
# find emacs and complain if not found
find_program(EMACS_EXECUTABLE emacs)