From 5f50ac3c75c0487d4a1e5c2dfce4af999ec7cc82 Mon Sep 17 00:00:00 2001 From: eihrul Date: Thu, 5 Mar 2009 12:05:57 +0000 Subject: [PATCH] fixed enet building on mingw --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5b9caf3..dc86fde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ lib_LIBRARIES = libenet.a libenet_a_SOURCES = host.c list.c callbacks.c packet.c peer.c protocol.c unix.c win32.c -INCLUDES = -Iinclude/ +INCLUDES = -Iinclude SUBDIRS = include