diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-04-08 22:03:46 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-04-08 22:03:46 -0400 |
commit | e8072e6e0ac86b2b0baefb54dcc551ee548164af (patch) | |
tree | e9418ddfc212ee8a541ffc71074684a753a321bd /test | |
parent | 6f9309221704a799ca36917c65abfc0941119b13 (diff) |
[test,perf] Make them rebuild boilerplate when src is changed
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e40aaf379..046185369 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -460,7 +460,7 @@ libcairotest_la_LIBADD =\ LDADD = $(CAIRO_LDADD) libcairotest.la -$(top_builddir)/boilerplate/libcairoboilerplate.la: +$(top_builddir)/boilerplate/libcairoboilerplate.la: $(top_builddir)/src/libcairo.la cd $(top_builddir)/boilerplate && $(MAKE) $(AM_MAKEFLAGS) libcairoboilerplate.la $(top_builddir)/src/libcairo.la: |