mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
9 lines
241 B
Text
9 lines
241 B
Text
|
INCLUDES= -I$(top_srcdir)/include
|
||
|
|
||
|
lib_LTLIBRARIES = libQFgamecode_builtins.la
|
||
|
|
||
|
libQFgamecode_builtins_la_LDFLAGS = -version-info 1:0:0
|
||
|
libQFgamecode_builtins_la_SOURCES = pr_cmds.c
|
||
|
|
||
|
LIBLIST = libQFgamecode_builtins.la @LIBRARY_SEARCH_PATH@
|