diff options
Diffstat (limited to 'server/src/Makefile.am')
-rw-r--r-- | server/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 23fa367..26a14e2 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -26,6 +26,7 @@ pracrod_SOURCES = \ inotify.cc \ journal_commit.cc \ journal.cc \ + journal_uploadserver.cc \ log.cc \ luaquerymapper.cc \ luaresume.cc \ @@ -106,6 +107,7 @@ EXTRA_DIST = \ inotify.h \ journal_commit.h \ journal.h \ + journal_uploadserver.h \ log.h \ luaquerymapper.h \ luaresume.h \ |