From 611cd87af0a0746ff188a19c26b5a8736e88ed6d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 11 Oct 2010 18:41:33 +0100 Subject: [PATCH] lib: Fix parallel building The library lives in the same build directory, so point it at that, rather than in a round-about way. --- libgnome-control-center/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnome-control-center/Makefile.am b/libgnome-control-center/Makefile.am index d43db550c..61819be36 100644 --- a/libgnome-control-center/Makefile.am +++ b/libgnome-control-center/Makefile.am @@ -46,7 +46,7 @@ noinst_PROGRAMS = test-setting-editor test_setting_editor_SOURCES = test-setting-editor.c test_setting_editor_LDADD = \ $(CAPPLET_LIBS) \ - $(top_builddir)/libgnome-control-center/libgnome-control-center.la \ + $(builddir)/libgnome-control-center.la \ $(NULL) pkgconfigdir=$(libdir)/pkgconfig