From f9c78e95cef768faa0dfbb05a0267925f6f7d932 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Jun 2013 11:22:12 +0000 Subject: dist: include newly-added files to the tarball Tarballs were otherwise unusable. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3-24-ge0c7