diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/Makefile.am | 1 | ||||
-rw-r--r-- | lisp/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/Makefile.am b/lisp/Makefile.am index 967548a..d8188e3 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -1,3 +1,4 @@ ## Process this file with automake to create Makefile.in lisp_LISP = id-utils.el +EXTRA_DIST = $(lisp_LISP) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 0898c22..32b9e5c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -94,6 +94,7 @@ lispdir = @lispdir@ lisp_LISP = id-utils.el +EXTRA_DIST = $(lisp_LISP) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = |