From 574a665bdf626517319c98a2f78d8ed4354b6b27 Mon Sep 17 00:00:00 2001 From: jaspervdg Date: Mon, 4 Aug 2008 11:33:16 +0000 Subject: [PATCH] Make unit tests build on Linux again --- src/display/Makefile_insert | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.30.2