summaryrefslogtreecommitdiff
path: root/server/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Makefile.am')
-rw-r--r--server/src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/src/Makefile.am b/server/src/Makefile.am
index 167f4e4..bb172bd 100644
--- a/server/src/Makefile.am
+++ b/server/src/Makefile.am
@@ -36,6 +36,8 @@ pracrod_SOURCES = \
journal.cc \
journal_uploadserver.cc \
log.cc \
+ luascript.cc \
+ luaoncommit.cc \
luapraxisd.cc \
luaquerymapper.cc \
luaresume.cc \
@@ -51,7 +53,6 @@ pracrod_SOURCES = \
queryhandlerpentominos.cc \
queryhandlerpracro.cc \
queryparser.cc \
- resumeparser.cc \
saxparser.cc \
semaphore.cc \
server.cc \
@@ -97,6 +98,8 @@ EXTRA_DIST = \
journal.h \
journal_uploadserver.h \
log.h \
+ luascript.h \
+ luaoncommit.h \
luapraxisd.h \
luaquerymapper.h \
luaresume.h \
@@ -114,7 +117,6 @@ EXTRA_DIST = \
queryhandlerpracro.h \
queryparser.h \
queryresult.h \
- resumeparser.h \
saxparser.h \
semaphore.h \
server.h \