[glib] Fix distcheck



commit c23122b5e9e1933d09389a3e88d8d42de89f6727
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 17 19:14:22 2012 -0500

    Fix distcheck

 build/Makefile-newvs.am      |    2 +-
 build/win32/vs11/Makefile.am |    3 ++-
 gio/Makefile.am              |    5 +++++
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/build/Makefile-newvs.am b/build/Makefile-newvs.am
index 2479b09..df2130e 100644
--- a/build/Makefile-newvs.am
+++ b/build/Makefile-newvs.am
@@ -27,6 +27,6 @@ create_vcxproj:
 	done
 
 copy_filters:
-	cp  $(top_builddir)/build/win32/vs10/*.vcxproj.filters $(top_builddir)/build/win32/vs11/
+	cp  $(top_srcdir)/build/win32/vs10/*.vcxproj.filters $(top_builddir)/build/win32/vs11/
 
 
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index 5b351bc..54594a0 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -30,7 +30,8 @@ EXTRA_DIST = \
 	gresource.vcxproj.filters \
 	install.vcxproj
 
+DISTCLEANFILES = $(EXTRA_DIST)
+
 MSVC_SLN = glib
 
 include $(top_srcdir)/build/Makefile-newvs.am
-
diff --git a/gio/Makefile.am b/gio/Makefile.am
index cfeadab..2bb4450 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -670,6 +670,11 @@ gio-public-headers.txt: Makefile
 
 CLEANFILES = gdbus-daemon-generated.c gdbus-daemon-generated.h gio-public-headers.txt gconstructor_as_data.h
 
+
+DISTCLEANFILES = 		\
+	gioenumtypes.h		\
+	gioenumtypes.c
+
 all-local: gio-public-headers.txt
 
 gioenumtypes.h: $(gio_headers) gioenumtypes.h.template



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