summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-02-21 13:38:04 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-02-21 13:38:04 +0800
commit05e4927ab0b7b4ead30c47c26e881711a1724d63 (patch)
tree02dd8ce6fa17d38b864b4b40d596ca0dbae30dfc
parent44d90b5771bf08e0e900596eb3a4db78c10d7f23 (diff)
downloadpango-05e4927ab0b7b4ead30c47c26e881711a1724d63.tar.gz
build/Makefile-msvcproj.am: Remove Generated Intermediate Files
Delete libpangocairo.vs10.sourcefiles and libpangocairo.vs10.sourcefiles.filters once we are done with them, so to fix make distcheck
-rw-r--r--build/Makefile-msvcproj.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile-msvcproj.am b/build/Makefile-msvcproj.am
index 9fe282d7..31d88a3a 100644
--- a/build/Makefile-msvcproj.am
+++ b/build/Makefile-msvcproj.am
@@ -202,12 +202,14 @@ $(top_builddir)/build/win32/vs10/pangocairo.vcxproj: \
# (Seperator)
-$(RM) $@
$(CPP) -I$(top_builddir)/build -P - <$(top_srcdir)/build/win32/vs10/pangocairo.vcxprojin >$@
+ -$(RM) $(top_builddir)/build/libpangocairo.vs10.sourcefiles
$(top_builddir)/build/win32/vs10/pangocairo.vcxproj.filters: \
$(top_srcdir)/build/win32/vs10/pangocairo.vcxproj.filtersin $(top_builddir)/build/libpangocairo.vs10.sourcefiles.filters
# (Seperator)
-$(RM) $@
$(CPP) -I$(top_builddir)/build -P - <$(top_srcdir)/build/win32/vs10/pangocairo.vcxproj.filtersin >$@
+ -$(RM) $(top_builddir)/build/libpangocairo.vs10.sourcefiles.filters
##############################################
# Now fill in the header "installation" list #