diff options
Diffstat (limited to 'evolution-calendar.pc.in')
-rw-r--r-- | evolution-calendar.pc.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/evolution-calendar.pc.in b/evolution-calendar.pc.in deleted file mode 100644 index d4478294a4..0000000000 --- a/evolution-calendar.pc.in +++ /dev/null @@ -1,16 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -idldir=@idldir@ -IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ - -privlibdir=@privlibdir@ - -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 |