mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
f5501fbf24
s/INCLUDES/AM_CPPFLAGS/g I <3 sed :)
11 lines
309 B
Makefile
11 lines
309 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
AM_CFLAGS= @PREFER_PIC@
|
|
AM_CPPFLAGS= -I$(top_srcdir)/include
|
|
|
|
noinst_LTLIBRARIES= libQFclient.la
|
|
|
|
libQFclient_la_LDFLAGS= @STATIC@
|
|
libQFclient_la_LIBADD= $(top_builddir)/libs/gamecode/libQFgamecode.la $(top_builddir)/libs/util/libQFutil.la
|
|
libQFclient_la_SOURCES= \
|
|
cl_entities.c
|