diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-04-04 19:07:47 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-04 19:28:53 -0700 |
commit | be24f3fb3125f1622858edb7c9ca14f8687a8858 (patch) | |
tree | d28d072f26b1d195fd66df6dc178ad8ee078da1d /build/win32/vs10 | |
parent | 386473844c0764cb171e874fee09abaf2dfec7f6 (diff) | |
download | pango-be24f3fb3125f1622858edb7c9ca14f8687a8858.tar.gz |
[win32] Unbreak make distcheck
Win32 maintainer, please...
Diffstat (limited to 'build/win32/vs10')
-rw-r--r-- | build/win32/vs10/Makefile.am | 7 |
1 files changed, 4 insertions, 3 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 |