Repository: trafficserver Updated Branches: refs/heads/master 3d11d5ba1 -> b131f2cb2
Fix RAT warning, I think the license was obfuscated Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b131f2cb Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b131f2cb Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b131f2cb Branch: refs/heads/master Commit: b131f2cb20624e9edca020fc3c16f2bde39a7dbc Parents: 3d11d5b Author: Leif Hedstrom <[email protected]> Authored: Thu May 1 13:49:56 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Thu May 1 13:49:56 2014 -0600 ---------------------------------------------------------------------- lib/atscppapi/examples/Makefile.am | 41 ++++++++++++----------- lib/atscppapi/examples/intercept/Makefile.am | 17 +++++----- 2 files changed, 30 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b131f2cb/lib/atscppapi/examples/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/atscppapi/examples/Makefile.am b/lib/atscppapi/examples/Makefile.am index 137539f..08cfd48 100644 --- a/lib/atscppapi/examples/Makefile.am +++ b/lib/atscppapi/examples/Makefile.am @@ -15,23 +15,24 @@ # See the License for the specific language governing permissions and # limitations under the License. -SUBDIRS = helloworld \ - globalhook \ - transactionhook \ - multiple_transaction_hooks \ - clientrequest \ - serverresponse \ - clientredirect \ - customresponse \ - null_transformation_plugin \ - post_buffer \ - logger_example \ - boom \ - stat_example \ - remap_plugin \ - async_http_fetch \ - gzip_transformation \ - timeout_example \ - internal_transaction_handling \ - async_timer \ - intercept +SUBDIRS = \ + helloworld \ + globalhook \ + transactionhook \ + multiple_transaction_hooks \ + clientrequest \ + serverresponse \ + clientredirect \ + customresponse \ + null_transformation_plugin \ + post_buffer \ + logger_example \ + boom \ + stat_example \ + remap_plugin \ + async_http_fetch \ + gzip_transformation \ + timeout_example \ + internal_transaction_handling \ + async_timer \ + intercept http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b131f2cb/lib/atscppapi/examples/intercept/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/atscppapi/examples/intercept/Makefile.am b/lib/atscppapi/examples/intercept/Makefile.am index d200fd6..44a4d87 100644 --- a/lib/atscppapi/examples/intercept/Makefile.am +++ b/lib/atscppapi/examples/intercept/Makefile.am @@ -1,19 +1,20 @@ # -## Licensed to the Apache Software Foundation (ASF) under one +# 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 +# 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 +# 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 +# with the License. You may obtain a copy of the License at # -## http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # -## Unless required by applicable law or agreed to in writing, software +# 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. +# 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. +# limitations under the License. +# AM_CPPFLAGS = -I$(top_srcdir)/lib/atscppapi/src/include -Wno-unused-variable target=intercept.so
