2004-03-15 Laszlo Peter <laca@sun.com>
authorlaca <laca@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 15 Mar 2004 08:56:47 +0000 (08:56 +0000)
committerlaca <laca@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 15 Mar 2004 08:56:47 +0000 (08:56 +0000)
        * 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
Makefile.am
configure.in
cspi-1.0-uninstalled.pc.in [new file with mode: 0644]
libspi-1.0-uninstalled.pc.in [new file with mode: 0644]

index fc33f75..638280c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-03-15  Laszlo Peter  <laca@sun.com>
+
+       * 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 <billh@gnome.org>
 
        * atk-bridge/bridge.c:
index 668253d..4390dde 100644 (file)
@@ -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
index d6bb234..a2361e1 100644 (file)
@@ -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 (file)
index 0000000..8d85858
--- /dev/null
@@ -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 (file)
index 0000000..a1b4935
--- /dev/null
@@ -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}