Problem: autotools build broken

Solution: fix directory reference
This commit is contained in:
Simon Giesecke 2018-05-24 08:59:30 +02:00
parent f3e7911dd6
commit b6d36c92a2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I config
SUBDIRS = doc
DIST_SUBDIRS = doc builds builds/msvc
DIST_SUBDIRS = doc builds builds/deprecated-msvc
pkgconfig_DATA = src/libzmq.pc

View File

@ -835,6 +835,6 @@ AC_CONFIG_FILES([ \
src/libzmq.pc \
doc/Makefile \
builds/Makefile \
builds/msvc/Makefile])
builds/deprecated-msvc/Makefile])
AC_OUTPUT