add an extra lib of docklets. These checks are braindamaged though, they
authorGeorge Lebl <jirka@5z.com>
Sun, 23 Apr 2000 19:19:31 +0000 (19:19 +0000)
committerGeorge Lebl <jirka@src.gnome.org>
Sun, 23 Apr 2000 19:19:31 +0000 (19:19 +0000)
Sun Apr 23 12:15:14 2000  George Lebl <jirka@5z.com>

* gnome.m4: add an extra lib of docklets.  These checks are
  braindamaged though, they don't fail and thus gnome-core for
     example compiles without gnomecc.  There need to be separate .m4
     files or checks

svn path=/trunk/; revision=1187

macros/ChangeLog
macros/gnome.m4

index aab8817..7ce773e 100644 (file)
@@ -1,3 +1,10 @@
+Sun Apr 23 12:15:14 2000  George Lebl <jirka@5z.com>
+
+       * gnome.m4: add an extra lib of docklets.  These checks are
+         braindamaged though, they don't fail and thus gnome-core for
+         example compiles without gnomecc.  There need to be separate .m4
+         files or checks
+
 2000-04-19  Eskil Heyn Olsen  <deity@eskil.dk>
 
        * gnome-pilot.m4 (PILOT_LIBS): Changed the error string for gnome-pilot
index a3a9ca7..659c22c 100644 (file)
@@ -104,6 +104,10 @@ AC_DEFUN([GNOME_INIT_HOOK],[
                AC_SUBST(GNOME_APPLETS_LIBS)
                GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets`
                AC_MSG_RESULT($GNOME_APPLETS_LIBS);;
+             docklets)
+               AC_SUBST(GNOME_DOCKLETS_LIBS)
+               GNOME_DOCKLETS_LIBS=`$GNOME_CONFIG --libs-only-l docklets`
+               AC_MSG_RESULT($GNOME_DOCKLETS_LIBS);;
              capplet)
                AC_SUBST(GNOME_CAPPLET_LIBS)
                GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet`