summaryrefslogtreecommitdiff
path: root/boilerplate
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-07-16 19:49:53 +0200
committerBenjamin Otte <otte@redhat.com>2010-07-16 19:49:53 +0200
commit51b0c21f02a8f0f5d7f44da05e49d7f8f3bf8bc7 (patch)
tree21646c9211c28c812ce96948550aa9d36d920abb /boilerplate
parent6b92d5a0f9fce28f99b07177454da00f984fdb43 (diff)
build: Add explicit dependcy to cxx lib
Otherwise the build will fail because it doesn't add the dependency manually. https://bugs.freedesktop.org/show_bug.cgi?id=29114
Diffstat (limited to 'boilerplate')
-rw-r--r--boilerplate/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am
index 82aa80fc..29ad015a 100644
--- a/boilerplate/Makefile.am
+++ b/boilerplate/Makefile.am
@@ -41,6 +41,9 @@ libcairoboilerplate_cxx_la_LIBADD = $(top_builddir)/src/libcairo.la \
$(CAIRO_LIBS) \
$(CAIROBOILERPLATE_LIBS) \
$(NULL)
+libcairoboilerplate_la_DEPENDENCIES = \
+ $(cxx_boilerplate_lib) \
+ $(NULL)
if CAIRO_HAS_DL
libcairoboilerplate_la_LIBADD += -ldl