7 lines
196 B
Makefile
7 lines
196 B
Makefile
noinst_LIBRARIES = libNetworkOLK.a
|
|
|
|
libNetworkOLK_a_SOURCES = \
|
|
net_send.cxx net_hud.cxx network.cxx network.h fgd.h \
|
|
features.cxx features.hxx
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|