From: Joakim Söderberg Date: Tue, 21 Jan 2014 18:19:30 +0000 (+0100) Subject: Fix broken autotools build. X-Git-Tag: release-2.1.4-alpha~42^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae1bd829d5e79f8e54ee03c4e6a911b36c072f89;p=libevent 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... --- 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 \