[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:
M Joonas Pihlaja 2008-11-26 23:49:12 +02:00
parent 5591cb58fd
commit 41cb91d417

View file

@ -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