diff options
Diffstat (limited to 'lisp/Makefile.am')
-rw-r--r-- | lisp/Makefile.am | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lisp/Makefile.am b/lisp/Makefile.am index 2be864c..967548a 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -1,12 +1,3 @@ ## Process this file with automake to create Makefile.in -EXTRA_DIST = id-utils.el elisp-comp -elc_SCRIPTS = id-utils.elc -elcdir = @LISPDIR@ -SUFFIXES = .el .elc - -DISTCLEANFILES = id-utils.elc - -.el.elc: - @echo "WARNING: Warnings can be ignored. :-)" - $(SHELL) $(srcdir)/elisp-comp $< +lisp_LISP = id-utils.el |