[libdvdcss-devel] [PATCH 05/25] build: Add "tools" shorthand to build csstest and dvd_region binaries
Diego Biurrun
diego at biurrun.de
Mon Oct 20 11:58:58 CEST 2014
---
Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index bd4ca5c..06d11ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,8 @@ stamp-doxygen: doc/doxygen.cfg
cd doc && doxygen doxygen.cfg
touch $@
+tools: test/csstest test/dvd_region
+
clean-local:
-rm -Rf stamp-doxygen doc/html
@@ -73,4 +75,4 @@ install-apidoc:
uninstall-apidoc:
-rm -Rf $(DESTDIR)$(htmldir)/*.png $(DESTDIR)$(htmldir)/*.html $(DESTDIR)$(htmldir)/*.css $(DESTDIR)$(htmldir)/*.js
-.PHONY: apidoc
+.PHONY: apidoc tools
--
1.9.1
More information about the libdvdcss-devel
mailing list