Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/datastore/bin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'datastore/bin/Makefile.am')
-rw-r--r--datastore/bin/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/datastore/bin/Makefile.am b/datastore/bin/Makefile.am
new file mode 100644
index 0000000..c583cbe
--- /dev/null
+++ b/datastore/bin/Makefile.am
@@ -0,0 +1,6 @@
+bin_SCRIPTS = \
+ datastore-service \
+ copy-from-journal \
+ copy-to-journal
+
+EXTRA_DIST = $(bin_SCRIPTS)