mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
b502cfc3ce
backbuffer code can be shared between qw-server and qtv
8 lines
135 B
Makefile
8 lines
135 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
noinst_LIBRARIES= libqw.a
|
|
|
|
libqw_a_SOURCES= \
|
|
msg_backbuf.c msg_ucmd.c
|