0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Merge pull request #3130 from sigiesec/fix-automake

Problem: autotools build broken
This commit is contained in:
Luca Boccassi 2018-05-24 09:22:26 +01:00 committed by GitHub
commit edd9a0c5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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