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:
parent
865744496c
commit
611cd87af0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue