From b6d36c92a287fe4c493c1298ece71c85a8e649f7 Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Thu, 24 May 2018 08:59:30 +0200 Subject: [PATCH] Problem: autotools build broken Solution: fix directory reference --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 40c6cccd..e9590b32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index d0daa89e..b3b62b92 100644 --- a/configure.ac +++ b/configure.ac @@ -835,6 +835,6 @@ AC_CONFIG_FILES([ \ src/libzmq.pc \ doc/Makefile \ builds/Makefile \ - builds/msvc/Makefile]) + builds/deprecated-msvc/Makefile]) AC_OUTPUT