mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
277c17cfd8
and this clears the way for an external API for utilities and such. And yes, this means libtool is now used.
9 lines
298 B
Makefile
9 lines
298 B
Makefile
lib_LTLIBRARIES = libQFutil.la
|
|
|
|
libQFutil_la_LDFLAGS = -version-info 1:0:0
|
|
libQFutil_la_SOURCES = \
|
|
checksum.c cmd.c crc.c cvar.c hash.c info.c link.c math.S mathlib.c \
|
|
mdfour.c msg.c qargs.c qendian.c qfplist.c sizebuf.c va.c ver_check.c \
|
|
zone.c
|
|
|
|
LIBLIST = libQFutil.la @LIBRARY_SEARCH_PATH@
|