fixed enet building on mingw

This commit is contained in:
eihrul 2009-03-05 12:05:57 +00:00
parent d813214d59
commit 5f50ac3c75

View file

@ -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