This is an automated email from the ASF dual-hosted git repository.
jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new fa46a94 TS-5035: plugin 'background_fetch' can be built normally.
fa46a94 is described below
commit fa46a948499d2d98eb28f8f76b21fe6593ba187d
Author: YunWen <[email protected]>
AuthorDate: Fri Nov 4 11:03:26 2016 +0800
TS-5035: plugin 'background_fetch' can be built normally.
---
plugins/background_fetch/Makefile.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/plugins/background_fetch/Makefile.inc
b/plugins/background_fetch/Makefile.inc
index 23e0962..4175250 100644
--- a/plugins/background_fetch/Makefile.inc
+++ b/plugins/background_fetch/Makefile.inc
@@ -16,10 +16,10 @@
pkglib_LTLIBRARIES += background_fetch/background_fetch.la
background_fetch_background_fetch_la_SOURCES = \
- background_fetch/background_fetch.cc
- background_fetch/configs.cc
- background_fetch/configs.h
- background_fetch/headers.cc
- background_fetch/headers.h
- background_fetch/rules.cc
+ background_fetch/background_fetch.cc \
+ background_fetch/configs.cc \
+ background_fetch/configs.h \
+ background_fetch/headers.cc \
+ background_fetch/headers.h \
+ background_fetch/rules.cc \
background_fetch/rules.h
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].