From: jaspervdg Date: Mon, 4 Aug 2008 11:33:16 +0000 (+0000) Subject: Make unit tests build on Linux again X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=574a665bdf626517319c98a2f78d8ed4354b6b27;p=inkscape.git Make unit tests build on Linux again --- diff --git a/src/display/Makefile_insert b/src/display/Makefile_insert index 9857cd386..9ac9fd9cf 100644 --- a/src/display/Makefile_insert +++ b/src/display/Makefile_insert @@ -153,5 +153,6 @@ display_test_display_SOURCES = \ display_test_display_LDADD = \ libnr/libnr.a \ display/libtest-display.a \ - -lglib-2.0 + $(inkscape_private_libs) \ + $(INKSCAPE_LIBS)