mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-12 08:04:25 +00:00
1314c89b6c
- add .gitignore files - fix building :)
8 lines
241 B
Makefile
8 lines
241 B
Makefile
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@
|