TS-2426: add xdebug plugin Makefile.am

Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5cce7365
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5cce7365
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5cce7365

Branch: refs/heads/5.0.x
Commit: 5cce7365fff855589a5107333871b213d3784ec4
Parents: 399e27c
Author: James Peach <jpe...@apache.org>
Authored: Tue Dec 10 10:07:07 2013 -0800
Committer: James Peach <jpe...@apache.org>
Committed: Tue Dec 10 10:07:07 2013 -0800

----------------------------------------------------------------------
 plugins/experimental/xdebug/Makefile.am | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5cce7365/plugins/experimental/xdebug/Makefile.am
----------------------------------------------------------------------
diff --git a/plugins/experimental/xdebug/Makefile.am 
b/plugins/experimental/xdebug/Makefile.am
new file mode 100644
index 0000000..452c210
--- /dev/null
+++ b/plugins/experimental/xdebug/Makefile.am
@@ -0,0 +1,22 @@
+#  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.
+
+include $(top_srcdir)/build/plugins.mk
+
+pkglib_LTLIBRARIES = xdebug.la
+xdebug_la_SOURCES = xdebug.cc
+xdebug_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS)
+

Reply via email to