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 672b8e7..f145250 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -11,6 +11,7 @@ pracrod_SOURCES = \ database.cc \ configuration.cc \ exception.cc \ + journal_commit.cc \ log.cc \ macro_parser.cc \ resumeparser.cc \ @@ -26,6 +27,7 @@ EXTRA_DIST = \ database.h \ debug.h \ exception.h \ + journal_commit.h \ log.h \ macro.h \ macro_parser.h \ |