diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-07 01:04:33 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-07 01:04:33 +0800 |
commit | 3819051bf37fef04702c6dded63cea61f86bad4c (patch) | |
tree | 421f45852294e6aebc72c6068afe1c2eed32657a | |
parent | eab0454880452ebe7733c5d2588ec66ec3cf2ed3 (diff) | |
download | gsoc2013-evolution-3819051bf37fef04702c6dded63cea61f86bad4c.tar gsoc2013-evolution-3819051bf37fef04702c6dded63cea61f86bad4c.tar.gz gsoc2013-evolution-3819051bf37fef04702c6dded63cea61f86bad4c.tar.bz2 gsoc2013-evolution-3819051bf37fef04702c6dded63cea61f86bad4c.tar.lz gsoc2013-evolution-3819051bf37fef04702c6dded63cea61f86bad4c.tar.xz gsoc2013-evolution-3819051bf37fef04702c6dded63cea61f86bad4c.tar.zst gsoc2013-evolution-3819051bf37fef04702c6dded63cea61f86bad4c.zip |
Remove -L${libdir}. (CFlags): s/includedir/privincludedir/
* evolution-addressbook.pc.in (Libs): Remove -L${libdir}.
(CFlags): s/includedir/privincludedir/
* evolution-calendar.pc.in: Likewise
* evolution-shell.pc.in: Likewise. Also change iconsdir to
imagesdir
svn path=/trunk/; revision=19811
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | evolution-addressbook.pc.in | 5 | ||||
-rw-r--r-- | evolution-calendar.pc.in | 5 | ||||
-rw-r--r-- | evolution-shell.pc.in | 7 |
4 files changed, 18 insertions, 7 deletions
@@ -1,5 +1,13 @@ 2003-02-06 Dan Winship <danw@ximian.com> + * evolution-addressbook.pc.in (Libs): Remove -L${libdir}. + (CFlags): s/includedir/privincludedir/ + + * evolution-calendar.pc.in: Likewise + + * evolution-shell.pc.in: Likewise. Also change iconsdir to + imagesdir + * sounds/Makefile.am: remove soundsdir def * tools/Makefile.am: subst in $(toolsdir) instead of $(bindir) diff --git a/evolution-addressbook.pc.in b/evolution-addressbook.pc.in index dfdf85412b..ed8f9f09fd 100644 --- a/evolution-addressbook.pc.in +++ b/evolution-addressbook.pc.in @@ -7,10 +7,11 @@ idldir=@idldir@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ privlibdir=@privlibdir@ +privincludedir=@privincludedir@ Name: evolution-addressbook Description: libraries needed for Evolution addressbook backends Version: @VERSION@ Requires: gconf-2.0 libbonobo-2.0 gal-2.0 >= @GAL_VERSION@ libgnome-2.0 camel = @VERSION@ -Libs: -L${libdir} -L${privlibdir} -lpas -lebook -lename -lversit -Cflags: -I${includedir}/evolution +Libs: -L${privlibdir} -lpas -lebook -lename -lversit +Cflags: -I${privincludedir} diff --git a/evolution-calendar.pc.in b/evolution-calendar.pc.in index d4478294a4..7891596420 100644 --- a/evolution-calendar.pc.in +++ b/evolution-calendar.pc.in @@ -7,10 +7,11 @@ idldir=@idldir@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ privlibdir=@privlibdir@ +privincludedir=@privincludedir@ Name: evolution-calendar Description: libraries needed for Evolution calendar backends Version: @VERSION@ Requires: libgnome-2.0 libbonobo-2.0 gal-2.0 >= @GAL_VERSION@ gnome-vfs-2.0 -Libs: -L${libdir} -L${privlibdir} -lpcs -lcal-util -lcal-client -lical-evolution -lwombat -leutil -Cflags: -I${includedir}/evolution +Libs: -L${privlibdir} -lpcs -lcal-util -lcal-client -lical-evolution -lwombat -leutil +Cflags: -I${privincludedir} diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 72909b41bb..db3a13fa51 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -6,10 +6,11 @@ includedir=@includedir@ privlibdir=@privlibdir@ privlibexecdir=@privlibexecdir@ +privincludedir=@privincludedir@ idldir=@idldir@ componentdir=@componentdir@ evolutionuidir=@evolutionuidir@ -iconsdir=@iconsdir@ +imagesdir=@imagesdir@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ @@ -17,5 +18,5 @@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 >= @GAL_VERSION@ -Libs: -L${libdir} -leshell -Cflags: -I${includedir}/evolution +Libs: -L${privlibdir} -leshell +Cflags: -I${privincludedir} |