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

Diego Biurrun git at videolan.org
Thu Oct 30 17:16:32 CET 2014


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Oct 24 18:35:30 2014 +0200| [c8b915617eb6b332082b56db90e3c51139be758f] | committer: Diego Biurrun

build: Add $(EXEEXT) to tools shorthand to fix build on Windows

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=c8b915617eb6b332082b56db90e3c51139be758f
---

 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



More information about the libdvdcss-devel mailing list