mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 14:29:05 -07:00
fixed enet building on mingw
This commit is contained in:
parent
d813214d59
commit
5f50ac3c75
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
lib_LIBRARIES = libenet.a
|
lib_LIBRARIES = libenet.a
|
||||||
libenet_a_SOURCES = host.c list.c callbacks.c packet.c peer.c protocol.c unix.c win32.c
|
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
|
SUBDIRS = include
|
||||||
|
|
Loading…
Reference in a new issue