summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-04-04 19:07:47 -0700
committerBehdad Esfahbod <behdad@behdad.org>2015-04-04 19:28:53 -0700
commitbe24f3fb3125f1622858edb7c9ca14f8687a8858 (patch)
treed28d072f26b1d195fd66df6dc178ad8ee078da1d
parent386473844c0764cb171e874fee09abaf2dfec7f6 (diff)
downloadpango-be24f3fb3125f1622858edb7c9ca14f8687a8858.tar.gz
[win32] Unbreak make distcheck
Win32 maintainer, please...
-rw-r--r--build/win32/vs10/Makefile.am7
-rw-r--r--build/win32/vs9/Makefile.am7
2 files changed, 8 insertions, 6 deletions
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 0c9fd008..04318d68 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -24,9 +24,10 @@ EXTRA_DIST = \
pango-install.vcxproj \
README.txt
-pango-install.props: $(top_srcdir)/build/win32/vs10/pango-install.propsin pango.vs10.headers
- $(CPP) -P - <$(top_srcdir)/build/win32/vs10/pango-install.propsin >$@
- rm pango.vs10.headers
+# TODO rewrite in a way that doesn't break make distcheck
+#pango-install.props: $(top_srcdir)/build/win32/vs10/pango-install.propsin pango.vs10.headers
+# $(CPP) -P - <$(top_srcdir)/build/win32/vs10/pango-install.propsin >$@
+# rm pango.vs10.headers
DISTCLEANFILES = pango-install.props
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index b8b71499..4645a6e3 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -18,9 +18,10 @@ EXTRA_DIST = \
stdint.h \
README.txt
-pango-install.vsprops: $(top_srcdir)/build/win32/vs9/pango-install.vspropsin pango.vs9.headers
- $(CPP) -P - <$(top_srcdir)/build/win32/vs9/pango-install.vspropsin >$@
- rm pango.vs9.headers
+# TODO rewrite in a way that doesn't break make distcheck
+#pango-install.vsprops: $(top_srcdir)/build/win32/vs9/pango-install.vspropsin pango.vs9.headers
+# $(CPP) -P - <$(top_srcdir)/build/win32/vs9/pango-install.vspropsin >$@
+# rm pango.vs9.headers
DISTCLEANFILES = pango-install.vsprops