diff options
author | deva <deva> | 2010-06-21 13:24:53 +0000 |
---|---|---|
committer | deva <deva> | 2010-06-21 13:24:53 +0000 |
commit | d23cdd88012b230692ba115471855031240db9eb (patch) | |
tree | 09cc4da0ba672b62de45c6f54f765ffb01804f06 /server/src/Makefile.am | |
parent | 6e5274045d2fb060d9ee437a254a0eb32036f281 (diff) |
Split journal code into modules. Fix bug, when user is changed in the middle of an active session.
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 \ |