mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix some missing dependencies
Generally not a problem with libtool and its automatic dependencies, but best to be explicit.
This commit is contained in:
parent
3577d27a45
commit
f185e07ad2
1 changed files with 3 additions and 0 deletions
|
@ -372,6 +372,7 @@ QF_DEPS(QFCC,
|
|||
QF_DEPS(QFCC_TEST,
|
||||
[],
|
||||
[$(top_builddir)/libs/ruamoko/libQFruamoko.la
|
||||
$(top_builddir)/libs/gamecode/libQFgamecode.la
|
||||
$(top_builddir)/libs/util/libQFutil.la],
|
||||
[$(WIN32_LIBS)],
|
||||
)
|
||||
|
@ -406,6 +407,7 @@ QF_DEPS(QFVIS,
|
|||
QF_DEPS(QWAQ,
|
||||
[],
|
||||
[$(top_builddir)/libs/ruamoko/libQFruamoko.la
|
||||
$(top_builddir)/libs/gamecode/libQFgamecode.la
|
||||
$(top_builddir)/libs/util/libQFutil.la],
|
||||
[$(WIN32_LIBS)],
|
||||
)
|
||||
|
@ -413,6 +415,7 @@ QF_DEPS(CARNE,
|
|||
[],
|
||||
[$(top_builddir)/libs/gib/libQFgib.la
|
||||
$(top_builddir)/libs/ruamoko/libQFruamoko.la
|
||||
$(top_builddir)/libs/gamecode/libQFgamecode.la
|
||||
$(top_builddir)/libs/util/libQFutil.la],
|
||||
[$(WIN32_LIBS)],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue