diff options
author | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-05-24 23:50:03 +0300 |
---|---|---|
committer | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-06-18 15:48:59 +0100 |
commit | aafff0b9528952fbbe9d04a70bf8c76ee701743f (patch) | |
tree | bab46084f43d381f24a575f719ea7f8ca6d33c75 /boilerplate | |
parent | c4c06931690226e12622a957bbb6d652134f78b0 (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.am | 2 |
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 |