summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-02-19 06:51:01 -0500
committerColin Walters <walters@verbum.org>2013-02-19 06:51:01 -0500
commit693aac7f3273e2134fefbe6853277d81c8c8e440 (patch)
tree12c73d1abf4dd71b0f1b52c3a17521704328ef72
parentae3014ba3e10f37baff039bf969d6c075b303e67 (diff)
downloadgnome-control-center-693aac7f3273e2134fefbe6853277d81c8c8e440.tar.gz
build: Fix srcdir != builddir
-rw-r--r--panels/keyboard/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/keyboard/Makefile.am b/panels/keyboard/Makefile.am
index 780fc4ba2..81cc7bb49 100644
--- a/panels/keyboard/Makefile.am
+++ b/panels/keyboard/Makefile.am
@@ -23,7 +23,7 @@ libkeyboard_la_SOURCES = \
keyboard-shortcuts.h
libkeyboard_la_CFLAGS = $(PANEL_CFLAGS) $(KEYBOARD_PANEL_CFLAGS) -I$(top_srcdir)/panels/common/
-libkeyboard_la_LIBADD = $(PANEL_LIBS) $(KEYBOARD_PANEL_LIBS) $(top_srcdir)/panels/common/liblanguage.la
+libkeyboard_la_LIBADD = $(PANEL_LIBS) $(KEYBOARD_PANEL_LIBS) $(top_builddir)/panels/common/liblanguage.la
resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/keyboard.gresource.xml)
cc-keyboard-resources.c: keyboard.gresource.xml $(resource_files)