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@