summaryrefslogtreecommitdiff
path: root/boilerplate
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2009-05-24 23:50:03 +0300
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2009-06-18 15:48:59 +0100
commitaafff0b9528952fbbe9d04a70bf8c76ee701743f (patch)
treebab46084f43d381f24a575f719ea7f8ca6d33c75 /boilerplate
parentc4c06931690226e12622a957bbb6d652134f78b0 (diff)
[boilerplate] Check for connect() in libsocket.
Solaris requires -lsocket to be able to talk to the any2ppm daemon over unix domain sockets.
Diffstat (limited to 'boilerplate')
-rw-r--r--boilerplate/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am
index 980bae48..239af569 100644
--- a/boilerplate/Makefile.am
+++ b/boilerplate/Makefile.am
@@ -45,6 +45,8 @@ if CAIRO_HAS_WIN32_SURFACE
libcairoboilerplate_la_LIBADD += -lwinspool
endif
+libcairoboilerplate_la_LIBADD += $(CAIROBOILERPLATE_LIBS)
+
test: check
if CROSS_COMPILING