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 ...@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I config
SUBDIRS = doc SUBDIRS = doc
DIST_SUBDIRS = doc builds builds/msvc DIST_SUBDIRS = doc builds builds/deprecated-msvc
pkgconfig_DATA = src/libzmq.pc pkgconfig_DATA = src/libzmq.pc
......
...@@ -835,6 +835,6 @@ AC_CONFIG_FILES([ \ ...@@ -835,6 +835,6 @@ AC_CONFIG_FILES([ \
src/libzmq.pc \ src/libzmq.pc \
doc/Makefile \ doc/Makefile \
builds/Makefile \ builds/Makefile \
builds/msvc/Makefile]) builds/deprecated-msvc/Makefile])
AC_OUTPUT 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