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 | f413455a7e17513d057466b1d8063ff55e910352 (patch) | |
tree | 75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /evolution-shell.pc.in | |
parent | 0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff) | |
download | gsoc2013-evolution-EOG_2_5_91.tar.gz gsoc2013-evolution-EOG_2_5_91.tar.zst gsoc2013-evolution-EOG_2_5_91.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_2_5_91'.EOG_2_5_91
svn path=/tags/EOG_2_5_91/; revision=23708
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} |