[libdvdcss-devel] [PATCH 21/47] build: Add $(EXEEXT) to tools shorthand to fix build on Windows

Diego Biurrun diego at biurrun.de
Wed Oct 29 21:33:21 CET 2014


---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 726ea7f..9a471d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,7 @@ stamp-doxygen: doc/doxygen.cfg src/libdvdcss.c src/dvdcss/dvdcss.h
 	doxygen $<
 	touch $@
 
-tools: test/csstest test/dvd_region
+tools: test/csstest$(EXEEXT) test/dvd_region$(EXEEXT)
 
 clean-local:
 	-rm -Rf stamp-doxygen doc/html
-- 
1.9.1



More information about the libdvdcss-devel mailing list