24818266 do not publish libtheora when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 07 Oct 2016 15:25:43 -0700
changeset 7078 0130c788777b
parent 7077 85015b85a5e9
child 7079 315c9793dc1e
24818266 do not publish libtheora when BUILD_TYPE=evaluation
components/desktop/libtheora/Makefile
--- a/components/desktop/libtheora/Makefile	Fri Oct 07 15:05:45 2016 -0700
+++ b/components/desktop/libtheora/Makefile	Fri Oct 07 15:25:43 2016 -0700
@@ -36,6 +36,9 @@
 
 TPNO=			9578
 
+# Depends on libogg which is on the do-not-publish list.
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
 include $(WS_MAKE_RULES)/common.mk
 
 # Assumes GNU versions of utilities in PATH (e.g. tail).