7 lines
259 B
Makefile
7 lines
259 B
Makefile
|
AM_CPPFLAGS = -fno-exceptions -fno-rtti -ansi -DPOSIX
|
||
|
|
||
|
noinst_LIBRARIES = libutp.a
|
||
|
libutp_a_SOURCES = utp.cpp utp_utils.cpp
|
||
|
noinst_HEADERS = StdAfx.h templates.h utp_config_example.h utp.h utp_config.h utp_utils.h utypes.h
|
||
|
EXTRA_DIST = LICENSE README.md
|