quakeforge/libs/client/Makefile.am
Bill Currie b65c41efcb Move the colormod lookup table into a new lib.
libQFclient is now here :) The first shared code is the lookup table.
2012-07-05 09:39:16 +09:00

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