summaryrefslogtreecommitdiff
path: root/libgnomekbd
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-02-05 14:28:40 +0000
committerBastien Nocera <hadess@hadess.net>2011-02-05 14:28:40 +0000
commit520c527732f7c696f1bcdd42b4fab60f4b190b9d (patch)
treec239a6c0d9acf75ea79e9ea9507fff85995bb64c /libgnomekbd
parenta2c66b55b36e34f43fb79115c27bff3226cb6a6c (diff)
downloadlibgnomekbd-520c527732f7c696f1bcdd42b4fab60f4b190b9d.tar.gz
libgnomekbd: Work-around automake dependencies
automake and make seem to get confused when the library to link against is in another directory. It's not really though, so use the name of the library, instead of its full path.
Diffstat (limited to 'libgnomekbd')
-rw-r--r--libgnomekbd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnomekbd/Makefile.am b/libgnomekbd/Makefile.am
index 6bfaa34..6393eb1 100644
--- a/libgnomekbd/Makefile.am
+++ b/libgnomekbd/Makefile.am
@@ -79,8 +79,8 @@ gkbd_keyboard_display_LDADD = \
$(GCONF_LIBS) \
$(GTK_LIBS) \
$(LIBXKLAVIER_LIBS) \
- $(top_builddir)/libgnomekbd/libgnomekbd.la \
- $(top_builddir)/libgnomekbd/libgnomekbdui.la
+ libgnomekbd.la \
+ libgnomekbdui.la
BUILT_SOURCES = gkbd-indicator-marshal.c \
gkbd-indicator-marshal.h \