moving headers for libcapplet, libapplets, libdocklets
- From: Havoc Pennington <hp redhat com>
- To: gnome-2-0-list gnome org, gnomecc-list gnome org
- Subject: moving headers for libcapplet, libapplets, libdocklets
- Date: 20 Jun 2001 18:15:57 -0400
Hi,
We have this in gnome.m4:
applets)
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`
AC_MSG_RESULT($GNOME_CAPPLET_LIBS);;
I just hacked stable libcapplet to install headers in
includedir/libcapplet1. Unfortunately, no apps are set up to get
special CFLAGS for libcapplet. So even installing libcapplet to a
different prefix doesn't work right now.
My suggestion is to change gnome.m4 in CVS so that it adds the CFLAGS
for these libs to GNOME_INCLUDEDIR, and hope people who've
cut-and-pasted gnome.m4 to write capplets/applets aren't affected too
badly.
Any objections to that?
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]