diff options
Diffstat (limited to 'server/src/Makefile.am')
-rw-r--r-- | server/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/Makefile.am b/server/src/Makefile.am index fdfeb42..23fa367 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -25,7 +25,7 @@ pracrod_SOURCES = \ httpd.cc \ inotify.cc \ journal_commit.cc \ - journalwriter.cc \ + journal.cc \ log.cc \ luaquerymapper.cc \ luaresume.cc \ @@ -105,7 +105,7 @@ EXTRA_DIST = \ httpd.h \ inotify.h \ journal_commit.h \ - journalwriter.h \ + journal.h \ log.h \ luaquerymapper.h \ luaresume.h \ |