diff options
author | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
commit | d911fbfda7e6922996319ea1434911df761014d1 (patch) | |
tree | e521429188462e4446c632b5bd4b6f333e589995 /evolution-calendar.pc.in | |
parent | 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff) | |
download | gsoc2013-evolution-EOG_2_3_4.tar.gz gsoc2013-evolution-EOG_2_3_4.tar.zst gsoc2013-evolution-EOG_2_3_4.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_2_3_4'.EOG_2_3_4
svn path=/tags/EOG_2_3_4/; revision=21578
Diffstat (limited to 'evolution-calendar.pc.in')
-rw-r--r-- | evolution-calendar.pc.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/evolution-calendar.pc.in b/evolution-calendar.pc.in deleted file mode 100644 index 66d8117093..0000000000 --- a/evolution-calendar.pc.in +++ /dev/null @@ -1,17 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -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_REQUIRED@ gnome-vfs-2.0 -Libs: -L${privlibdir} -lpcs -lcal-util -lcal-client -lical-evolution -lwombat -leutil -Cflags: -I${privincludedir} |