From 217ba2e9731c52944b9f0a4090725e3d73f82759 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 14 Jul 2008 20:40:37 +0200 Subject: [PATCH] Make sure to distribute lisp sources too --- Makefile.am | 2 +- configure.ac | 3 ++- lisp/Makefile.am | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 lisp/Makefile.am diff --git a/Makefile.am b/Makefile.am index c24d07c..40869c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS=src \ No newline at end of file +SUBDIRS=src lisp diff --git a/configure.ac b/configure.ac index e710a4f..25830d3 100644 --- a/configure.ac +++ b/configure.ac @@ -11,5 +11,6 @@ AC_DISABLE_STATIC AM_PROG_LIBTOOL AC_PROG_CC +AM_PATH_LISPDIR -AC_OUTPUT([Makefile src/Makefile]) +AC_OUTPUT([Makefile src/Makefile lisp/Makefile]) diff --git a/lisp/Makefile.am b/lisp/Makefile.am new file mode 100644 index 0000000..3517cd0 --- /dev/null +++ b/lisp/Makefile.am @@ -0,0 +1,2 @@ + +dist_lisp_DATA = vcard.el eweouz.el -- 2.39.5