0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-25 21:21:14 +00:00
quakeforge/libs/gamecode/builtins/Makefile.am

9 lines
241 B
Text
Raw Normal View History

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@