summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lldb/Makefile.am4
-rw-r--r--test/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/lldb/Makefile.am b/lldb/Makefile.am
index f5cce1b..e8453c0 100644
--- a/lldb/Makefile.am
+++ b/lldb/Makefile.am
@@ -1,3 +1,5 @@
-include ../common.mk
lisp_files = $(wildcard *.el)
EXTRA_DIST=$(lisp_files)
+lisp_LISP = $(lisp_files)
+include ../common.mk
+lispdir = @lispdir@/lldb
diff --git a/test/Makefile.am b/test/Makefile.am
index 8b78d7c..c37f0cf 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -65,6 +65,8 @@ test-%.run:
test-%.elrun:
(cd $(top_srcdir)/test && EMACSLOADPATH=$(EMACSLOADPAth) $(EMACS) --batch --no-site-file --no-splash --load ../el-get-install.el --load $(@:.elrun=.el))
+install-lispLISP: $(lisp_LISP) $(ELCFILES)
+
# Whatever it is you want to do, it should be forwarded to the
# to top-level directories
# %: