Skip to content

Commit

Permalink
[test] Add build rule for libcairo-script-interpreter.la
Browse files Browse the repository at this point in the history
Add a rule to build the cairo-script-interpreter on behalf of any2ppm.
  • Loading branch information
Chris Wilson committed Nov 16, 2008
1 parent bf309aa commit a2eff7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,9 @@ $(top_builddir)/src/libcairo.la:
$(top_builddir)/test/pdiff/libpdiff.la:
cd $(top_builddir)/test/pdiff && $(MAKE) $(AM_MAKEFLAGS) libpdiff.la

$(top_builddir)/util/cairo-script/libcairo-script-interpreter.la: $(top_builddir)/src/libcairo.la
cd $(top_builddir)/util/cair-script && $(MAKE) $(AM_MAKEFLAGS) libcairo-script-interpreter.la

EXTRA_PROGRAMS += imagediff png-flatten

imagediff_SOURCES = \
Expand Down

0 comments on commit a2eff7c

Please sign in to comment.