From aa57e91e851230b7341f733f5c8e9a92cff9f08c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 28 Sep 2014 23:29:57 +0900 Subject: [PATCH] Fix `make distcheck` --- Makefile.am | 3 +-- lib/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 76a49442..8e0b07a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,5 +26,4 @@ ACLOCAL_AMFLAGS = -I m4 dist_doc_DATA = README.rst -EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \ - Makefile.msvc +EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make diff --git a/lib/Makefile.am b/lib/Makefile.am index b24fa7b8..2f689146 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,6 +22,8 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SUBDIRS = includes +EXTRA_DIST = Makefile.msvc + AM_CFLAGS = -Wall AM_CPPFLAGS = -I$(srcdir)/includes -I$(builddir)/includes @DEFS@