Repository: trafficserver Updated Branches: refs/heads/master 35e93fb0a -> fa9c94b7c
TS-4095: webp_transform depends on the C++ API Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fa9c94b7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fa9c94b7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fa9c94b7 Branch: refs/heads/master Commit: fa9c94b7c0f98bda845faed1e0cf6e24245b1489 Parents: 35e93fb Author: James Peach <[email protected]> Authored: Tue Feb 23 15:35:48 2016 -0800 Committer: James Peach <[email protected]> Committed: Tue Feb 23 15:35:57 2016 -0800 ---------------------------------------------------------------------- plugins/experimental/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fa9c94b7/plugins/experimental/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/Makefile.am b/plugins/experimental/Makefile.am index 89150a2..c6bf978 100644 --- a/plugins/experimental/Makefile.am +++ b/plugins/experimental/Makefile.am @@ -47,9 +47,11 @@ SUBDIRS = \ mp4 \ stream_editor +if ENABLE_CPPAPI if BUILD_WEBP_TRANSFORM_PLUGIN SUBDIRS += webp_transform endif +endif if HAS_MYSQL SUBDIRS += mysql_remap
