[pango: 26/31] [win32] Unbreak make distcheck



commit be24f3fb3125f1622858edb7c9ca14f8687a8858
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sat Apr 4 19:07:47 2015 -0700

    [win32] Unbreak make distcheck
    
    Win32 maintainer, please...

 build/win32/vs10/Makefile.am |    7 ++++---
 build/win32/vs9/Makefile.am  |    7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 0c9fd00..04318d6 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 b8b7149..4645a6e 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
 


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