From 1bfc5b609183beff2f9bc3f05ef02fb90f3d9cdc Mon Sep 17 00:00:00 2001 From: laca Date: Mon, 15 Mar 2004 08:56:47 +0000 Subject: [PATCH] 2004-03-15 Laszlo Peter * libspi-1.0-uninstalled.pc.in: new file * cspi-1.0-uninstalled.pc.in: new file * configure.in: add the new pc files to AC_OUTPUT * Makefile.am: add the new pc files to EXTRA_DIST git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@628 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 10 ++++++++++ Makefile.am | 4 +++- configure.in | 2 ++ cspi-1.0-uninstalled.pc.in | 6 ++++++ libspi-1.0-uninstalled.pc.in | 6 ++++++ 5 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 cspi-1.0-uninstalled.pc.in create mode 100644 libspi-1.0-uninstalled.pc.in diff --git a/ChangeLog b/ChangeLog index fc33f75..638280c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-03-15 Laszlo Peter + + * libspi-1.0-uninstalled.pc.in: new file + + * cspi-1.0-uninstalled.pc.in: new file + + * configure.in: add the new pc files to AC_OUTPUT + + * Makefile.am: add the new pc files to EXTRA_DIST + 2004-03-12 Bill Haneman * atk-bridge/bridge.c: diff --git a/Makefile.am b/Makefile.am index 668253d..4390dde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,4 +8,6 @@ EXTRA_DIST = \ intltool-merge.in \ intltool-update.in \ cspi-1.0.pc.in \ - libspi-1.0.pc.in + cspi-1.0-uninstalled.pc.in \ + libspi-1.0.pc.in \ + libspi-1.0-uninstalled.pc.in diff --git a/configure.in b/configure.in index d6bb234..a2361e1 100644 --- a/configure.in +++ b/configure.in @@ -188,7 +188,9 @@ AC_SUBST(REBUILD) AC_OUTPUT([ Makefile libspi-1.0.pc +libspi-1.0-uninstalled.pc cspi-1.0.pc +cspi-1.0-uninstalled.pc docs/Makefile docs/reference/Makefile docs/reference/cspi/Makefile diff --git a/cspi-1.0-uninstalled.pc.in b/cspi-1.0-uninstalled.pc.in new file mode 100644 index 0000000..8d85858 --- /dev/null +++ b/cspi-1.0-uninstalled.pc.in @@ -0,0 +1,6 @@ +Name: cspi (Uninstalled) +Description: Accessibility Technology software simple client library +Requires: libspi-1.0 +Version: @VERSION@ +Libs: ${pc_top_builddir}/${pcfiledir}/cspi/libcspi.la +Cflags: -I${pc_top_builddir}/${pcfiledir} @X_CFLAGS@ diff --git a/libspi-1.0-uninstalled.pc.in b/libspi-1.0-uninstalled.pc.in new file mode 100644 index 0000000..a1b4935 --- /dev/null +++ b/libspi-1.0-uninstalled.pc.in @@ -0,0 +1,6 @@ +Name: libspi +Description: Accessibility Technology software library +Requires: libbonobo-2.0 atk gtk+-2.0 +Version: @VERSION@ +Libs: ${pc_top_builddir}/${pcfiledir}/libspi/libspi.la +Cflags: -I${pc_top_builddir}/${pcfiledir} -- 2.7.4