[egg-list-box] Fix distclean in gnome-control-center
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [egg-list-box] Fix distclean in gnome-control-center
- Date: Thu, 21 Feb 2013 07:52:03 +0000 (UTC)
commit 849e1e654515d56f61ae6208636ea3ef25b01298
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 21 08:50:27 2013 +0100
Fix distclean in gnome-control-center
The GIR file needs to be removed on distclean for distcheck to pass,
so remove it in distclean, not maintainer-clean
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 503f29d..3be63a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,6 +115,6 @@ INTROSPECTION_GIRS += Egg-1.0.gir
noinst_DATA = $(INTROSPECTION_GIRS)
CLEANFILES += $(gir_DATA) $(typelib_DATA)
-MAINTAINERCLEANFILES = $(srcdir)/Egg-1.0.gir
+DISTCLEANFILES = $(srcdir)/Egg-1.0.gir
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]