From 4109b6c23b5169463bd493347dddb1ab58aa0860 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 16 Nov 2009 06:01:30 +0000 Subject: Added SCDL parsing functions. Refactored cache support with disk-cached functions that can be used to cache SCDL files. Minor makefile updates to get build and ctags working on Ubuntu 9.10. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880599 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sca/modules/json/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/sca/modules/json') diff --git a/cpp/sca/modules/json/Makefile.am b/cpp/sca/modules/json/Makefile.am index 1c4222870c..ab85d910ad 100644 --- a/cpp/sca/modules/json/Makefile.am +++ b/cpp/sca/modules/json/Makefile.am @@ -17,6 +17,8 @@ noinst_PROGRAMS = json-test +nobase_include_HEADERS = *.hpp + INCLUDES = -I. -I$(top_builddir)/kernel -I${LIBXML2_INCLUDE} -I${APR_INCLUDE} -I${LIBMOZJS_INCLUDE} json_test_SOURCES = json-test.cpp -- cgit v1.2.3