mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-17 19:25:55 +02:00
Problem: autotools build broken
Solution: fix directory reference
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user