Signed-off-by: Jacek Caban <ja...@codeweavers.com>
---

I plan to amend git rm -f direct-x to this patch before pushing it.

 mingw-w64-headers/Makefile.am | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am
index 9a8e3cc0..6bbf5bb7 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -36,7 +36,7 @@ CLEANFILES = $(nodist_sdkshead_HEADERS)
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-crt --enable-sdk=all --enable-idl
 
-EXTRA_DIST = $(srcdir)/ChangeLog.* include crt direct-x ddk tlb
+EXTRA_DIST = $(srcdir)/ChangeLog.* include crt ddk tlb
 
 dist-hook:
 	find $(distdir) -name ".svn" -type d -delete
@@ -61,8 +61,6 @@ EXTRA_HEADERS = \
   crt/sys/*.h \
   crt/sec_api/*.h \
   crt/sec_api/sys/*.h \
-  direct-x/include/*.h \
-  direct-x/include/*.idl \
   ddk/include/ddk/*.h \
   tlb/*.tlb
 
@@ -245,7 +243,7 @@ TLB_SRCS = \
 BUILT_SOURCES = $(IDL_SRCS:.idl=.h) $(TLB_SRCS:.idl=.tlb)
 
 .idl.h: crt/_mingw.h
-	$(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -I$(srcdir)/direct-x/include -Icrt -I$(srcdir)/crt -h -o $@ $<
+	$(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -Icrt -I$(srcdir)/crt -h -o $@ $<
 
 .idl.tlb:
 	$(WIDL) -I$(srcdir)/include -t -o $@ $<

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to