[libgnomekbd] Avoid re-linking to system's libgnomekbd



commit 8b4547d6380302a4c887d5b3ef2e4d12bb217236
Author: Gilles Dartiguelongue <eva gentoo org>
Date:   Sun Apr 26 21:57:27 2009 +0200

    Avoid re-linking to system's libgnomekbd
    
    Fix suggested by vaiper on https://bugs.gentoo.org/show_bug.cgi?id=265428
---
 libgnomekbd/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libgnomekbd/Makefile.am b/libgnomekbd/Makefile.am
index 65b77b7..6d2fa49 100644
--- a/libgnomekbd/Makefile.am
+++ b/libgnomekbd/Makefile.am
@@ -33,9 +33,9 @@ libgnomekbd_la_LDFLAGS = $(common_LDFLAGS)
 libgnomekbd_la_LIBADD =  $(common_LIBADD)
 
 libgnomekbdui_la_LDFLAGS = $(common_LDFLAGS)
-libgnomekbdui_la_LIBADD =  $(common_LIBADD) \
-                           $(GTK_LIBS) \
-                           libgnomekbd.la
+libgnomekbdui_la_LIBADD = libgnomekbd.la \
+                           $(common_LIBADD) \
+                           $(GTK_LIBS)
 
 libgnomekbd_la_SOURCES = \
                          gkbd-desktop-config.c \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]