mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 00:41:33 +00:00
build: Rebuild shared library when symbol file changes
At the moment, changing spice-server.syms to add/remove a new symbol to be exported does not regenerate spice-server.so. This commit added the needed dependency for this to work. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
e030f87cf0
commit
c9b9a5fd35
@ -36,6 +36,7 @@ libspice_server_la_LDFLAGS = \
|
||||
if HAVE_LD_VERSION_SCRIPT
|
||||
libspice_server_la_LDFLAGS += \
|
||||
-Wl,--version-script=$(top_srcdir)/server/spice-server.syms
|
||||
EXTRA_libspice_server_la_DEPENDENCIES = $(top_srcdir)/server/spice-server.syms
|
||||
endif
|
||||
|
||||
libserver_la_LIBADD = \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user