mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
more build fixes from Despair (parallel make, this time)
This commit is contained in:
parent
c1b12ed6ec
commit
3e0aaea535
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ INCLUDES= -I$(top_srcdir)/include
|
|||
noinst_PROGRAMS= testclip
|
||||
|
||||
testclip_SOURCES=testclip.c
|
||||
testclip_LDADD= libQFmodels.la
|
||||
testclip_LDADD= libQFmodels.la $(top_builddir)/libs/util/libQFutil.la
|
||||
testclip_DEPENDENCIES=
|
||||
|
||||
lib_LTLIBRARIES= libQFmodels.la @VID_MODEL_TARGETS@
|
||||
|
|
Loading…
Reference in a new issue