mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 14:29:05 -07:00
6 lines
155 B
Text
6 lines
155 B
Text
|
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/
|
||
|
|
||
|
SUBDIRS = include
|