Fix `make distcheck`

This commit is contained in:
Tatsuhiro Tsujikawa 2014-09-28 23:29:57 +09:00
parent 4023c26cf1
commit aa57e91e85
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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@