about summary refs log tree commit homepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-11 03:43:36 +0000
committerEric Wong <e@80x24.org>2015-11-11 03:45:23 +0000
commit25e23de2bb67ed65abb535a01ea502c78113f83a (patch)
tree837e2907289654861893f7c7b6052f09947a25e0 /Makefile.am
parent42a65a32623158c5bdce234b1b431b9f5093da70 (diff)
downloadcmogstored-25e23de2bb67ed65abb535a01ea502c78113f83a.tar.gz
Since we'll support systemd, it's not a bad idea to include
reasonable example files for users.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 69b347e..5860f9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -224,7 +224,8 @@ EXTRA_DIST = $(RB_TESTS) $(RL_CGEN) $(RL_ALL) $(PERL_TESTS) $(extra_doc) \
   tests/.gitignore \
   $(top_srcdir)/.version $(top_srcdir)/.gnulib-version \
   test/valgrind.supp nostd/README \
-  $(tap_support)
+  $(tap_support) \
+  examples/cmogstored.socket examples/cmogstored@.service
 
 TESTS_ENVIRONMENT = PATH=$(top_builddir):$$PATH TMPDIR=$(test_tmpdir)