mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-10 11:12:33 +00:00
8 lines
198 B
Text
8 lines
198 B
Text
|
INCLUDES= -I$(top_srcdir)/include
|
||
|
|
||
|
lib_LTLIBRARIES= libQFnet.la
|
||
|
|
||
|
libQFnet_la_LDFLAGS= -version-info 1:0:0
|
||
|
libQFnet_la_SOURCES= \
|
||
|
net_clc.c net_packetlog.c net_svc_common.c net_svc_qw.c net_ucmd.c
|