diff options
Diffstat (limited to 'src/replication/Makefile.am')
-rw-r--r-- | src/replication/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/replication/Makefile.am b/src/replication/Makefile.am new file mode 100644 index 0000000..c9ddbd0 --- /dev/null +++ b/src/replication/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = aggregator replicator + +noinst_HEADERS = \ + replication-common.h |