[gnome-control-center] lib: Fix parallel building
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] lib: Fix parallel building
- Date: Mon, 11 Oct 2010 17:42:39 +0000 (UTC)
commit 611cd87af0a0746ff188a19c26b5a8736e88ed6d
Author: Bastien Nocera <hadess hadess net>
Date: Mon Oct 11 18:41:33 2010 +0100
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnome-control-center/Makefile.am b/libgnome-control-center/Makefile.am
index d43db55..61819be 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]