diff options
author | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
commit | 40e6fffa5ed18480dc9a4d952d55ebd819a9d953 (patch) | |
tree | 75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /evolution-shell.pc.in | |
parent | 0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff) | |
download | gsoc2013-evolution-RELEASE-2_8_0.tar gsoc2013-evolution-RELEASE-2_8_0.tar.gz gsoc2013-evolution-RELEASE-2_8_0.tar.bz2 gsoc2013-evolution-RELEASE-2_8_0.tar.lz gsoc2013-evolution-RELEASE-2_8_0.tar.xz gsoc2013-evolution-RELEASE-2_8_0.tar.zst gsoc2013-evolution-RELEASE-2_8_0.zip |
This commit was manufactured by cvs2svn to create tagRELEASE-2_8_0
'RELEASE-2_8_0'.
svn path=/tags/RELEASE-2_8_0/; revision=23849
Diffstat (limited to 'evolution-shell.pc.in')
-rw-r--r-- | evolution-shell.pc.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in deleted file mode 100644 index 89259d0d0a..0000000000 --- a/evolution-shell.pc.in +++ /dev/null @@ -1,23 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -libexecdir=@libexecdir@ -includedir=@includedir@ -datadir=@datadir@ - -privlibdir=@privlibdir@ -privlibexecdir=@privlibexecdir@ -privincludedir=@privincludedir@ -idldir=@idldir@ -componentdir=@componentdir@ -evolutionuidir=@evolutionuidir@ -imagesdir=@imagesdir@ - -IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ - -Name: evolution-shell -Description: libraries needed for Evolution shell components -Version: @VERSION@ -Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.2 >= @GAL_REQUIRED@ -Libs: -L${privlibdir} -leshell -Cflags: -I${privincludedir} |