[libdvdcss-devel] build: Add "tools" shorthand to build csstest and dvd_region binaries
Diego Biurrun
git at videolan.org
Tue Oct 21 21:17:05 CEST 2014
libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct 20 11:58:58 2014 +0200| [aeb93c0aa324f651510871881c21bc3d480f225c] | committer: Diego Biurrun
build: Add "tools" shorthand to build csstest and dvd_region binaries
> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=aeb93c0aa324f651510871881c21bc3d480f225c
---
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
More information about the libdvdcss-devel
mailing list