diff options
author | deva <deva> | 2008-05-13 09:51:33 +0000 |
---|---|---|
committer | deva <deva> | 2008-05-13 09:51:33 +0000 |
commit | effac436c84214e2dd8556e7a17c217e3282bda5 (patch) | |
tree | 5e8c85f97bb4d08a89a33ccafa9fb391682d4d18 /server/src/Makefile.am | |
parent | 0a65e89d97e5fdc77d179fa8ef937dda626f855e (diff) |
Filename cleanups...
Diffstat (limited to 'server/src/Makefile.am')
-rw-r--r-- | server/src/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 4d64067..621e8dd 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -11,14 +11,14 @@ pracrod_SOURCES = \ database.cc \ configuration.cc \ exception.cc \ - externaldataqueryhandler.cc \ - externaldataqueryparser.cc \ + queryhandler.cc \ + queryparser.cc \ journal_commit.cc \ log.cc \ luaquerymapper.cc \ macro_parser.cc \ resumeparser.cc \ - sax_parser.cc \ + saxparser.cc \ server.cc \ templateparser.cc \ tcpsocket.cc \ @@ -32,15 +32,15 @@ EXTRA_DIST = \ database.h \ debug.h \ exception.h \ - externaldataqueryhandler.h \ - externaldataqueryparser.h \ + queryhandler.h \ + queryparser.h \ journal_commit.h \ log.h \ luaquerymapper.h \ macro.h \ macro_parser.h \ resumeparser.h \ - sax_parser.h \ + saxparser.h \ server.h \ templateparser.h \ tcpsocket.h \ |