[ekiga] Made the maintainer-clean target more aggressive in the toplevel Makefile.am
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Made the maintainer-clean target more aggressive in the toplevel Makefile.am
- Date: Mon, 18 Oct 2010 19:58:50 +0000 (UTC)
commit ba8d7f5065d8df667f121403327dacc74d137844
Author: Snark <jpuydt gnome org>
Date: Mon Oct 18 22:00:06 2010 +0200
Made the maintainer-clean target more aggressive in the toplevel Makefile.am
Makefile.am | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7d31a0f..6d2c995 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = man sounds pixmaps lib src plugins po
+ACLOCAL_AMFLAGS = -I m4
+
### Don't execute make in the help subdirectory if BULD_DOC is set
if HAVE_GNOME_DOC_UTILS
SUBDIRS += help
@@ -60,6 +62,12 @@ Applications_DATA = $(DESKTOP_FILE)
### Dist Clear
DISTCLEANFILES=gnome-doc-utils.make ekiga.desktop ekiga.schemas
+MAINTAINERCLEANFILES= \
+ Makefile.in aclocal.m4 compile config.guess config.sub \
+ depcomp install-sh ltmain.sh missing config.h.in configure \
+ m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 \
+ m4/lt~obsolete.m4 m4/gnome-doc-utils.m4
+
### Install the schemas file in /etc if GCONF support is not compiled in,
### and do not install the schemas at all
if HAVE_GCONF
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]