[gnome-panel/merge-gnome-applets] Mini-commander applet: Fix build



commit 6af839f30eadd1d300f951a8d7bb598325b518af
Author: Sebastian Geiger <sbastig gmx net>
Date:   Sat May 31 02:46:32 2014 +0200

    Mini-commander applet: Fix build
    
     * This corrects an error in the automake script, that
       prevented the correct linking of the applet.

 applets/mini-commander/src/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/applets/mini-commander/src/Makefile.am b/applets/mini-commander/src/Makefile.am
index 054432c..f39f79b 100644
--- a/applets/mini-commander/src/Makefile.am
+++ b/applets/mini-commander/src/Makefile.am
@@ -38,7 +38,9 @@ mini_commander_applet_SOURCES =                       \
        mc-default-macros.h
 
 mini_commander_applet_LDADD =  \
-       $(GCONF_LIBS)
+       $(GCONF_LIBS) \
+       ../../../libpanel-applet/libpanel-applet-4.la \
+       $(LIBPANEL_APPLET_LIBS)
 
 mc_install_default_macros_SOURCES =    \
        mc-install-default-macros.c     \


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