mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Merge pull request #3130 from sigiesec/fix-automake
Problem: autotools build broken
This commit is contained in:
commit
edd9a0c5c8
@ -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([ \
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user