mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
9cd83e178f
configure.in: foo/Makefile MUST come before foo/bar/Makefile or foo/bar will NOT be created. libs/*...*/Mkaefile.am: add INCLUDES so $(top_scrdir)/include gets searched {qw,nq}/source/Makefile.am: fix fbset compiling (and cleaning for nq)
12 lines
394 B
Makefile
12 lines
394 B
Makefile
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libQFutil.la
|
|
|
|
libQFutil_la_LDFLAGS = -version-info 1:0:0 $(Z_LIBS)
|
|
libQFutil_la_SOURCES = \
|
|
checksum.c cmd.c console.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 quakefs.c quakeio.c \
|
|
sizebuf.c sys.c sys_error.c va.c ver_check.c zone.c
|
|
|
|
LIBLIST = libQFutil.la @LIBRARY_SEARCH_PATH@
|