Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ include authproxy/Makefile.inc
include background_fetch/Makefile.inc
include cachekey/Makefile.inc
include cache_promote/Makefile.inc
include cache_range_requests/Makefile.inc
include certifier/Makefile.inc
include conf_remap/Makefile.inc
include escalate/Makefile.inc
include esi/Makefile.inc
Expand All @@ -42,8 +44,11 @@ include libloader/Makefile.inc
if HAS_LUAJIT
include lua/Makefile.inc
endif
include multiplexer/Makefile.inc
include prefetch/Makefile.inc
include regex_remap/Makefile.inc
include regex_revalidate/Makefile.inc
include remap_purge/Makefile.inc
include s3_auth/Makefile.inc
include stats_over_http/Makefile.inc
include tcpinfo/Makefile.inc
Expand All @@ -55,8 +60,6 @@ include experimental/access_control/Makefile.inc
include experimental/acme/Makefile.inc
include experimental/balancer/Makefile.inc
include experimental/buffer_upload/Makefile.inc
include experimental/cache_range_requests/Makefile.inc
include experimental/certifier/Makefile.inc
include experimental/cert_reporting_tool/Makefile.inc
include experimental/collapsed_forwarding/Makefile.inc
include experimental/cookie_remap/Makefile.inc
Expand All @@ -72,8 +75,6 @@ include experimental/memcache/Makefile.inc
include experimental/metalink/Makefile.inc
include experimental/money_trace/Makefile.inc
include experimental/mp4/Makefile.inc
include experimental/multiplexer/Makefile.inc
include experimental/remap_purge/Makefile.inc
include experimental/server_push_preload/Makefile.inc
include experimental/slice/Makefile.inc
include experimental/sslheaders/Makefile.inc
Expand All @@ -83,7 +84,6 @@ include experimental/system_stats/Makefile.inc
include experimental/traffic_dump/Makefile.inc
include experimental/tls_bridge/Makefile.inc
include experimental/url_sig/Makefile.inc
include experimental/prefetch/Makefile.inc

if BUILD_JA3_PLUGIN
include experimental/ja3_fingerprint/Makefile.inc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

pkglib_LTLIBRARIES += experimental/cache_range_requests/cache_range_requests.la
pkglib_LTLIBRARIES += cache_range_requests/cache_range_requests.la

experimental_cache_range_requests_cache_range_requests_la_SOURCES = \
experimental/cache_range_requests/cache_range_requests.cc
cache_range_requests_cache_range_requests_la_SOURCES = \
cache_range_requests/cache_range_requests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

pkglib_LTLIBRARIES += experimental/certifier/certifier.la
pkglib_LTLIBRARIES += certifier/certifier.la

experimental_certifier_certifier_la_SOURCES = experimental/certifier/certifier.cc
certifier_certifier_la_SOURCES = certifier/certifier.cc
File renamed without changes.
28 changes: 0 additions & 28 deletions plugins/experimental/multiplexer/Makefile.inc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

pkglib_LTLIBRARIES += experimental/prefetch/prefetch.la
experimental_prefetch_prefetch_la_SOURCES = \
experimental/prefetch/plugin.cc \
experimental/prefetch/common.cc \
experimental/prefetch/configs.cc \
experimental/prefetch/fetch.cc \
experimental/prefetch/headers.cc \
experimental/prefetch/pattern.cc \
experimental/prefetch/fetch_policy.cc \
experimental/prefetch/fetch_policy_simple.cc \
experimental/prefetch/fetch_policy_lru.cc
multiplexer_multiplexer_la_CPPFLAGS = $(AM_CPPFLAGS) -DPLUGIN_TAG=\"multiplexer\"

pkglib_LTLIBRARIES += multiplexer/multiplexer.la

multiplexer_multiplexer_la_SOURCES = \
multiplexer/ats-multiplexer.cc \
multiplexer/chunk-decoder.cc \
multiplexer/dispatch.cc \
multiplexer/fetcher.cc \
multiplexer/original-request.cc \
multiplexer/post.cc \
multiplexer/ts.cc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 27 additions & 0 deletions plugins/prefetch/Makefile.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

pkglib_LTLIBRARIES += prefetch/prefetch.la
prefetch_prefetch_la_SOURCES = \
prefetch/plugin.cc \
prefetch/common.cc \
prefetch/configs.cc \
prefetch/fetch.cc \
prefetch/headers.cc \
prefetch/pattern.cc \
prefetch/fetch_policy.cc \
prefetch/fetch_policy_simple.cc \
prefetch/fetch_policy_lru.cc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

pkglib_LTLIBRARIES += experimental/remap_purge/remap_purge.la
pkglib_LTLIBRARIES += remap_purge/remap_purge.la

experimental_remap_purge_remap_purge_la_SOURCES = \
experimental/remap_purge/remap_purge.c
remap_purge_remap_purge_la_SOURCES = \
remap_purge/remap_purge.c