diff options
author | deva <deva> | 2009-01-13 10:14:12 +0000 |
---|---|---|
committer | deva <deva> | 2009-01-13 10:14:12 +0000 |
commit | 6a81913f64590c6e49431ce483e00c8fc60573a4 (patch) | |
tree | eae21b8cae2ed5f80febf982df2d2748e7cc6b41 /server/src/Makefile.am | |
parent | bcabb130408b5d52bb73f8404d3b4805047d86ff (diff) |
Removed all 'complex type' code. No need for it anymore...
Diffstat (limited to 'server/src/Makefile.am')
-rw-r--r-- | server/src/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 75e72d9..7e49e89 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -12,17 +12,13 @@ pracrod_SOURCES = \ configuration.cc \ configurationparser.cc \ exception.cc \ - formattools.cc \ queryhandler.cc \ queryparser.cc \ journal_commit.cc \ log.cc \ - luaformatmapper.cc \ - luaformatmapperutils.cc \ luaquerymapper.cc \ luaresume.cc \ macroparser.cc \ - mltokenizer.cc \ resumeparser.cc \ saxparser.cc \ server.cc \ @@ -39,17 +35,13 @@ EXTRA_DIST = \ database.h \ debug.h \ exception.h \ - formattools.h \ queryhandler.h \ queryparser.h \ journal_commit.h \ log.h \ - luaformatmapper.h \ - luaformatmapperutils.h \ luaquerymapper.h \ luaresume.h \ macroparser.h \ - mltokenizer.h \ resumeparser.h \ saxparser.h \ server.h \ |