shithub: libdvdcss

Download patch

ref: aeb93c0aa324f651510871881c21bc3d480f225c
parent: 3599a6829e4e120c0e7e5d5b6bcac44105e580d9
author: Diego Biurrun <diego@biurrun.de>
date: Mon Oct 20 07:58:58 EDT 2014

build: Add "tools" shorthand to build csstest and dvd_region binaries

--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,8 @@
 	cd doc && doxygen doxygen.cfg
 	touch $@
 
+tools: test/csstest test/dvd_region
+
 clean-local:
 	-rm -Rf stamp-doxygen doc/html
 
@@ -73,4 +75,4 @@
 uninstall-apidoc:
 	-rm -Rf $(DESTDIR)$(htmldir)/*.png $(DESTDIR)$(htmldir)/*.html $(DESTDIR)$(htmldir)/*.css $(DESTDIR)$(htmldir)/*.js
 
-.PHONY: apidoc
+.PHONY: apidoc tools