From 23f39df8b8edeacfa5821050abbdc855acb2edd6 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 1 Jul 2011 11:54:26 +0000 Subject: removed macrotool. add lua wrapper for praxisd. new type attributes_t for sax parser and children. make macros/templates use real vars instead of var map. add data ttl on macro level. add 'important' attribute to macrotags in templates. --- server/src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/src/Makefile.am') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index ccbc63b..2697fed 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = macrotool +SUBDIRS = bin_PROGRAMS = pracrod @@ -34,6 +34,7 @@ pracrod_SOURCES = \ journal.cc \ journal_uploadserver.cc \ log.cc \ + luapraxisd.cc \ luaquerymapper.cc \ luaresume.cc \ luautil.cc \ @@ -92,6 +93,7 @@ EXTRA_DIST = \ journal.h \ journal_uploadserver.h \ log.h \ + luapraxisd.h \ luaquerymapper.h \ luaresume.h \ luautil.h \ -- cgit v1.2.3