From ae1bd829d5e79f8e54ee03c4e6a911b36c072f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20So=CC=88derberg?= Date: Tue, 21 Jan 2014 19:19:30 +0100 Subject: [PATCH] Fix broken autotools build. The move of the static *config.h files to a sub directory for WIN32 broke the autotools build. Use the proper subpath for that as well... --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 576a0acd..3ca6a151 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,7 +146,7 @@ if BUILD_WIN32 SYS_LIBS = -lws2_32 -lshell32 -ladvapi32 SYS_SRC = win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \ bufferevent_async.c -SYS_INCLUDES = -IWIN32-Code +SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake else @@ -247,8 +247,8 @@ libevent_openssl_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENSSL_INCS) endif noinst_HEADERS += \ - WIN32-Code/evconfig-private.h \ - WIN32-Code/event2/event-config.h \ + WIN32-Code/nmake/evconfig-private.h \ + WIN32-Code/nmake/event2/event-config.h \ WIN32-Code/tree.h \ bufferevent-internal.h \ changelist-internal.h \