mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
b65c41efcb
libQFclient is now here :) The first shared code is the lookup table.
11 lines
306 B
Makefile
11 lines
306 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
AM_CFLAGS= @PREFER_PIC@
|
|
INCLUDES= -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
|