summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2000-04-23 19:19:31 +0000
committerGeorge Lebl <jirka@src.gnome.org>2000-04-23 19:19:31 +0000
commitd181483b9be07f314ca57349f91711636e4b2286 (patch)
treefb304bd02676b6efdfccea05f7ac29689aa8bd09
parentc355e5f181d2149383c6687d3930760aceb02486 (diff)
downloadshared-mime-info-d181483b9be07f314ca57349f91711636e4b2286.tar.gz
add an extra lib of docklets. These checks are braindamaged though, they
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
-rw-r--r--macros/ChangeLog7
-rw-r--r--macros/gnome.m44
2 files changed, 11 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index aab88178..7ce773ee 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -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
diff --git a/macros/gnome.m4 b/macros/gnome.m4
index a3a9ca74..659c22c4 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`