about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-06-15 11:22:12 +0000
committerEric Wong <normalperson@yhbt.net>2013-06-15 11:22:12 +0000
commitf9c78e95cef768faa0dfbb05a0267925f6f7d932 (patch)
tree375dabd99ede51702d7f6e373eea88328f5b7df6
parentf42f8d14f586a83db0f10e22a16e369edfe63b29 (diff)
downloadcmogstored-f9c78e95cef768faa0dfbb05a0267925f6f7d932.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 871a525..ba06a44 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
@@ -190,6 +191,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 \
@@ -198,7 +201,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 \
-  test/valgrind.supp nostd/README
+  test/valgrind.supp nostd/README \
+  $(tapsets)
 
 TESTS_ENVIRONMENT = PATH=$(top_builddir):$$PATH TMPDIR=$(test_tmpdir)