Update of /cvsroot/emacs-jabber/emacs-jabber
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv14818
Modified Files:
Makefile.am
Log Message:
Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-540
Creator: Magnus Henoch <ma...@fr...>
Clean up conditionally compiled elisp files
Index: Makefile.am
===================================================================
RCS file: /cvsroot/emacs-jabber/emacs-jabber/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 17 Jun 2008 14:49:21 -0000 1.7
+++ Makefile.am 17 Jun 2008 14:51:04 -0000 1.8
@@ -29,6 +29,8 @@
if USE_OUR_HEX_UTIL
compat_lisp_sources += compat/hex-util.el
endif
+# automake gets confused and doesn't clean up these two compiled files.
+CLEANFILES=sha1.elc hex-util.elc
dist_lisp_LISP=$(my_lisp_sources) $(compat_lisp_sources) jabber-autoloads.el jabber-ourversion.el
MAINTAINERCLEANFILES=jabber-autoloads.el
@@ -55,7 +57,7 @@
# Package everything in a form suitable for ELPA. That is, use
# "jabber" instead of "emacs-jabber" as base name.
-CLEANFILES = jabber-pkg.el
+CLEANFILES += jabber-pkg.el
elpa: dist
rm -rf emacs-jabber-$(PACKAGE_VERSION) jabber-$(PACKAGE_VERSION)
$(AMTAR) xzf emacs-jabber-$(PACKAGE_VERSION).tar.gz
|