From 49c2cb5af1a58b24fc08d2ce351307a4cfad96f5 Mon Sep 17 00:00:00 2001 From: George Lebl Date: Sun, 23 Apr 2000 19:19:31 +0000 Subject: add an extra lib of docklets. These checks are braindamaged though, they Sun Apr 23 12:15:14 2000 George Lebl * 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=2564 --- macros/ChangeLog | 7 +++++++ macros/gnome.m4 | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/macros/ChangeLog b/macros/ChangeLog index aab8817868..7ce773eeef 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,10 @@ +Sun Apr 23 12:15:14 2000 George Lebl + + * 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 * gnome-pilot.m4 (PILOT_LIBS): Changed the error string for gnome-pilot diff --git a/macros/gnome.m4 b/macros/gnome.m4 index a3a9ca7407..659c22c494 100644 --- a/macros/gnome.m4 +++ b/macros/gnome.m4 @@ -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` -- cgit