mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
249aee2e9f
it really belongs :)
11 lines
320 B
Makefile
11 lines
320 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
AM_CFLAGS= @PREFER_PIC@
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES= libQFruamoko.la
|
|
|
|
libQFruamoko_la_LDFLAGS= -version-info 1:0:0
|
|
libQFruamoko_la_SOURCES= \
|
|
rua_cbuf.c rua_cmd.c rua_cvar.c rua_file.c rua_hash.c rua_init.c \
|
|
rua_obj.c rua_plist.c rua_qfile.c rua_qfs.c rua_string.c
|