From ae759bff511cfbd28bdb668a532ba9169d05af2d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 29 Apr 2003 21:56:37 +0000 Subject: 2003-04-29 Havoc Pennington * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the parallel install API version, not with the D-BUS package version. * HACKING: move some of README over here * README: updates, and document API/ABI policy * configure.in: reindentation --- dbus-1.0.pc.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dbus-1.0.pc.in (limited to 'dbus-1.0.pc.in') diff --git a/dbus-1.0.pc.in b/dbus-1.0.pc.in deleted file mode 100644 index 1b535ba2..00000000 --- a/dbus-1.0.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: dbus -Description: Free desktop message bus -Version: @VERSION@ -Libs: -L${libdir} -ldbus-1 -Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include - -- cgit