about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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)