about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-06-21 03:34:30 +0000
committerEric Wong <normalperson@yhbt.net>2013-06-25 22:07:18 +0000
commitfe593c035d50efb5cee7ad10697172ee4072556d (patch)
tree5e1c6e2c1207f4f976ef85eee7e4ca8c3bae5fa9
parent0b090760e82545b178cdb0b2d63bf03990fc0595 (diff)
downloadcmogstored-fe593c035d50efb5cee7ad10697172ee4072556d.tar.gz
Tarballs were otherwise unusable.
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e57d2cf..ee8a442 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,6 +72,7 @@ mog_src += notify.c
 mog_src += notify.h
 mog_src += packaddr.c
 mog_src += packaddr.h
+mog_src += path_parser.h
 mog_src += pidfile.c
 mog_src += process.c
 mog_src += queue_common.c
@@ -189,6 +190,8 @@ publish: NEWS.atom.xml NEWS ChangeLog
 
 .PHONY: publish
 
+tapsets = tapset/http_request.stp
+
 EXTRA_DIST = $(RB_TESTS) $(RL_CGEN) $(RL_ALL) $(PERL_TESTS) $(extra_doc) \
   .gitignore Rakefile autogen.sh GNUmakefile bsd/README doc m4 \
   test/test_helper.rb test/iostat-mock.rb \
@@ -197,7 +200,8 @@ EXTRA_DIST = $(RB_TESTS) $(RL_CGEN) $(RL_ALL) $(PERL_TESTS) $(extra_doc) \
   build-aux/.gitignore build-aux/snippet/.gitignore \
   tests/.gitignore \
   $(top_srcdir)/.version $(top_srcdir)/.gnulib-version \
-  test/valgrind.supp nostd/README
+  test/valgrind.supp nostd/README \
+  $(tapsets)
 
 TESTS_ENVIRONMENT = PATH=$(top_builddir):$$PATH TMPDIR=$(test_tmpdir)