[libgnomekbd] libgnomekbd: Work-around automake dependencies
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnomekbd] libgnomekbd: Work-around automake dependencies
- Date: Sat, 5 Feb 2011 15:05:30 +0000 (UTC)
commit 520c527732f7c696f1bcdd42b4fab60f4b190b9d
Author: Bastien Nocera <hadess hadess net>
Date: Sat Feb 5 14:28:40 2011 +0000
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.
libgnomekbd/Makefile.am | 4 ++--
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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]