mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 17:07:15 +00:00
build-sys: fix make distcheck
- Do not refer to .c files managed by another makefile (this will fail make distclean) - Do not refer to files by relative path (should use $top_srcdir for ex) - Use LDADD for object linking instead of LDFLAGS, for linker flags
This commit is contained in:
parent
22ee470d4e
commit
534b71dfaa
@ -13,12 +13,12 @@ if SUPPORT_AUTOMATED_TESTS
|
||||
INCLUDES += -DAUTOMATED_TESTS
|
||||
endif
|
||||
|
||||
AM_LDFLAGS = \
|
||||
LDADD = \
|
||||
$(top_builddir)/common/libspice-common.la \
|
||||
$(top_builddir)/server/libspice-server.la \
|
||||
$(NULL)
|
||||
|
||||
COMMON_BASE = \
|
||||
../../common/backtrace.c \
|
||||
basic_event_loop.c \
|
||||
basic_event_loop.h \
|
||||
test_util.h \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user