mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[ui] Link with the ECS library
Who thought dynamic libs was a good idea...
This commit is contained in:
parent
9e57d5cb77
commit
7106411bc0
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ include libs/ui/test/Makemodule.am
|
|||
|
||||
lib_LTLIBRARIES += libs/ui/libQFui.la
|
||||
|
||||
ui_deps = libs/util/libQFutil.la
|
||||
ui_deps = \
|
||||
libs/ecs/libQFecs.la \
|
||||
libs/util/libQFutil.la
|
||||
|
||||
libs_ui_libQFui_la_LDFLAGS= $(lib_ldflags)
|
||||
libs_ui_libQFui_la_LIBADD= $(ui_deps)
|
||||
|
|
Loading…
Reference in a new issue