[gmime] fixed to rm pc files for distclean



commit 21a001abd92f56331a290c0a1e88feaf327e9d4b
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sun Apr 26 18:34:49 2009 -0400

    fixed to rm pc files for distclean
---
 Makefile.am      |    7 +------
 mono/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3166476..623e852 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,12 +14,7 @@ endif
 
 SUBDIRS += tools .
 
-## We create gmimeConf.sh here and not from configure because we want
-## to get the paths expanded correctly.  Macros like srcdir are given
-## the value NONE in configure if the user doesn't specify them (this
-## is an autoconf feature, not a bug).
-
-DISTCLEANFILES = iconv-detect.h
+DISTCLEANFILES = iconv-detect.h gmime-$(GMIME_API_VERSION).pc
 
 EXTRA_DIST = 				\
 	PORTING				\
diff --git a/mono/Makefile.am b/mono/Makefile.am
index 93fb3d3..3d9c3bd 100644
--- a/mono/Makefile.am
+++ b/mono/Makefile.am
@@ -10,7 +10,7 @@ TARGET = $(ASSEMBLY)
 ASSEMBLY = $(ASSEMBLY_NAME).dll
 noinst_DATA = $(API) $(ASSEMBLY) $(ASSEMBLY).config
 CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
-DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
+DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs gmime-sharp-$(GMIME_API_VERSION).pc
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = $(PACKAGE_SHARP).pc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]