Unverified Commit edd9a0c5 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3130 from sigiesec/fix-automake

Problem: autotools build broken
parents f3e7911d b6d36c92
......@@ -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
......
......@@ -835,6 +835,6 @@ AC_CONFIG_FILES([ \
src/libzmq.pc \
doc/Makefile \
builds/Makefile \
builds/msvc/Makefile])
builds/deprecated-msvc/Makefile])
AC_OUTPUT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment