mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8 lines
206 B
Makefile
8 lines
206 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
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
|