aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authoreihrul <eihrul>2009-03-05 12:05:57 +0000
committereihrul <eihrul>2009-03-05 12:05:57 +0000
commit5f50ac3c75c0487d4a1e5c2dfce4af999ec7cc82 (patch)
tree11a5ec2a19f51d96c530c5dab9e966fdb4d34083 /Makefile.am
parentd813214d591d906b851c79425a5cac638b112abb (diff)
downloadenet-5f50ac3c75c0487d4a1e5c2dfce4af999ec7cc82.tar.gz
enet-5f50ac3c75c0487d4a1e5c2dfce4af999ec7cc82.zip
fixed enet building on mingw
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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