summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher James Halse Rogers <raof@ubuntu.com>2015-02-13 12:09:51 +1100
committerChristopher James Halse Rogers <raof@ubuntu.com>2015-02-13 12:11:08 +1100
commit98204831008414576eba2907277842c62e5a4aee (patch)
treed9022c6bd9fefc7b86dd17c11d0cc7bb3727dc2b
parent8360abdc60975853cef7286983cc9eb19404ef5d (diff)
downloadcolord-98204831008414576eba2907277842c62e5a4aee.tar.gz
Fix cd-test-private linking.
cd-test-private directly uses symbols from lcms2, so it's not incorrect for it to explicitly link to LCMS_LIBS. I'm not entirely sure why libtool isn't adding that link automatically, though.
-rw-r--r--lib/colord/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/colord/Makefile.am b/lib/colord/Makefile.am
index 3fee25b..b9a2949 100644
--- a/lib/colord/Makefile.am
+++ b/lib/colord/Makefile.am
@@ -154,6 +154,7 @@ cd_test_private_LDADD = \
$(GLIB_LIBS) \
$(GLIB_UNIX_LIBS) \
$(UDEV_LIBS) \
+ $(LCMS_LIBS) \
$(lib_LTLIBRARIES)
cd_test_private_CFLAGS = $(WARNINGFLAGS_C)