mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 08:21:59 +00:00
10 lines
290 B
Text
10 lines
290 B
Text
|
INCLUDES= -I$(top_srcdir)/include
|
||
|
|
||
|
noinst_LTLIBRARIES = libbrush_gl.la libbrush_sw.la
|
||
|
|
||
|
libbrush_gl_la_LDFLAGS = -version-info 1:0:0
|
||
|
libbrush_gl_la_SOURCES = gl_model_brush.c model_brush.c
|
||
|
|
||
|
libbrush_sw_la_LDFLAGS = -version-info 1:0:0
|
||
|
libbrush_sw_la_SOURCES = sw_model_brush.c model_brush.c
|