mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
f5501fbf24
s/INCLUDES/AM_CPPFLAGS/g I <3 sed :)
8 lines
138 B
Makefile
8 lines
138 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
AM_CPPFLAGS= -I$(top_srcdir)/include
|
|
|
|
noinst_LIBRARIES= libqw.a
|
|
|
|
libqw_a_SOURCES= \
|
|
msg_backbuf.c msg_ucmd.c
|