mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 00:10:10 +01:00
[script] Use the in-tree libcairo for csi-replay.
csi-replay was missing the in-tree libcairo.la so the build was failing while looking for new symbols from the system libcairo.
This commit is contained in:
parent
5591cb58fd
commit
41cb91d417
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ libcairo_script_interpreter_la_LDFLAGS = -version-info $(CAIRO_LIBTOOL_VERSION_I
|
|||
libcairo_script_interpreter_la_LIBADD = $(top_builddir)/src/libcairo.la $(CAIRO_LIBS)
|
||||
|
||||
csi_replay_SOURCES = csi-replay.c
|
||||
csi_replay_LDADD = libcairo-script-interpreter.la
|
||||
csi_replay_LDADD = libcairo-script-interpreter.la $(top_builddir)/src/libcairo.la $(CAIRO_LIBS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
COPYING
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue