summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--configure.in3
2 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d20eb0ce..7f091a33 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -95,6 +95,11 @@ info_TEXINFOS = ledger.texi
######################################################################
+lisp_LISP = ledger.el timeclock.el
+dist_lisp_LISP = ledger.el timeclock.el
+
+######################################################################
+
all-clean: maintainer-clean
rm -fr *~ .*~ .\#* *.html *.info *.pdf *.a *.so *.o *.lo *.la \
*.elc *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr \
diff --git a/configure.in b/configure.in
index 49b3e773..88acb260 100644
--- a/configure.in
+++ b/configure.in
@@ -13,6 +13,9 @@ AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
AM_PROG_LIBTOOL
+# Checks for emacs lisp path
+AM_PATH_LISPDIR
+
# check if UNIX pipes are available
AC_CACHE_CHECK(
[if pipes can be used],