Fix distcheck
authorMatthias Clasen <mclasen@redhat.com>
Tue, 18 Dec 2012 00:14:22 +0000 (19:14 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Dec 2012 00:15:29 +0000 (19:15 -0500)
build/Makefile-newvs.am
build/win32/vs11/Makefile.am
gio/Makefile.am

index 2479b09..df2130e 100644 (file)
@@ -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/
 
 
index 5b351bc..54594a0 100644 (file)
@@ -30,7 +30,8 @@ EXTRA_DIST = \
        gresource.vcxproj.filters \
        install.vcxproj
 
+DISTCLEANFILES = $(EXTRA_DIST)
+
 MSVC_SLN = glib
 
 include $(top_srcdir)/build/Makefile-newvs.am
-
index cfeadab..2bb4450 100644 (file)
@@ -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