diff options
author | eihrul <eihrul> | 2009-03-05 12:05:57 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2009-03-05 12:05:57 +0000 |
commit | 5f50ac3c75c0487d4a1e5c2dfce4af999ec7cc82 (patch) | |
tree | 11a5ec2a19f51d96c530c5dab9e966fdb4d34083 | |
parent | d813214d591d906b851c79425a5cac638b112abb (diff) | |
download | enet-5f50ac3c75c0487d4a1e5c2dfce4af999ec7cc82.tar.gz enet-5f50ac3c75c0487d4a1e5c2dfce4af999ec7cc82.zip |
fixed enet building on mingw
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |