lib: Fix parallel building

The library lives in the same build directory, so point it at that,
rather than in a round-about way.
This commit is contained in:
Bastien Nocera 2010-10-11 18:41:33 +01:00
parent 865744496c
commit 611cd87af0

View file

@ -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