]> granicus.if.org Git - libevent/commitdiff
Fix broken autotools build.
authorJoakim Söderberg <joakim.soderberg@gmail.com>
Tue, 21 Jan 2014 18:19:30 +0000 (19:19 +0100)
committerJoakim Söderberg <joakim.soderberg@gmail.com>
Tue, 21 Jan 2014 18:19:30 +0000 (19:19 +0100)
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

index 576a0acd85c50c3e528d084227dde74a032a1a07..3ca6a151231f8e12ebb0f7afe06e6a2542e8dceb 100644 (file)
@@ -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                   \