summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/log/Makefile.am
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 05:22:18 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 05:22:18 +0000
commiteaeae2522f38912fb727197bb3fbe5945ce2ada6 (patch)
treeaf2732e3c75dbd0152ff14de127afc99e750cccf /sca-cpp/trunk/components/log/Makefile.am
parentea518b0fea5745b393db8a849a822b64c46d1208 (diff)
Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log component.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944766 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/components/log/Makefile.am')
-rw-r--r--sca-cpp/trunk/components/log/Makefile.am29
1 files changed, 29 insertions, 0 deletions
diff --git a/sca-cpp/trunk/components/log/Makefile.am b/sca-cpp/trunk/components/log/Makefile.am
index de5c2d1b1e..e9e742d8c8 100644
--- a/sca-cpp/trunk/components/log/Makefile.am
+++ b/sca-cpp/trunk/components/log/Makefile.am
@@ -15,3 +15,32 @@
# specific language governing permissions and limitations
# under the License.
+if WANT_LOG
+
+INCLUDES = -I${SCRIBE_INCLUDE}
+
+#comp_SCRIPTS = qpidd-start qpidd-stop
+compdir=$(prefix)/components/log
+
+comp_DATA = scribe.prefix
+scribe.prefix: $(top_builddir)/config.status
+ echo ${SCRIBE_PREFIX} >scribe.prefix
+
+#comp_LTLIBRARIES = libqueue-sender.la libqueue-listener.la
+#
+#libqueue_sender_la_SOURCES = queue-sender.cpp
+#libqueue_sender_la_LDFLAGS = -L${QPIDC_LIB} -R${QPIDC_LIB} -lqpidclient -lqpidcommon
+#
+#libqueue_listener_la_SOURCES = queue-listener.cpp
+#libqueue_listener_la_LDFLAGS = -L${QPIDC_LIB} -R${QPIDC_LIB} -lqpidclient -lqpidcommon
+#
+#qpid_test_SOURCES = qpid-test.cpp
+#qpid_test_LDFLAGS = -L${QPIDC_LIB} -R${QPIDC_LIB} -lqpidclient -lqpidcommon
+#
+#client_test_SOURCES = client-test.cpp
+#client_test_LDFLAGS = -lxml2 -lcurl -lmozjs -L${QPIDC_LIB} -R${QPIDC_LIB} -lqpidclient -lqpidcommon
+#
+#noinst_PROGRAMS = qpid-test client-test
+#TESTS = send-test server-test
+
+endif