From 2d1fbdb4b20e9c12cf7c6c1872d5fd888f39e390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 9 May 2005 18:20:05 +0000 Subject: Change all the protonames from Ext to Proto. --- Makefile.am | 4 ++-- configure.ac | 4 ++-- panoramixext.pc.in | 9 --------- xineramaproto.pc.in | 9 +++++++++ 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 panoramixext.pc.in create mode 100644 xineramaproto.pc.in diff --git a/Makefile.am b/Makefile.am index 7c5da3e..7c2950f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,6 @@ panoramix_HEADERS = \ Xinerama.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = panoramixext.pc +pkgconfig_DATA = panoramixproto.pc -EXTRA_DIST = autogen.sh panoramixext.pc.in +EXTRA_DIST = autogen.sh panoramixproto.pc.in diff --git a/configure.ac b/configure.ac index 44052fc..8d30e16 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([PanoramixExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([PanoramixProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - panoramixext.pc]) + panoramixproto.pc]) diff --git a/panoramixext.pc.in b/panoramixext.pc.in deleted file mode 100644 index abf897f..0000000 --- a/panoramixext.pc.in +++ /dev/null @@ -1,9 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: PanoramixExt -Description: Panoramix extension headers -Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} diff --git a/xineramaproto.pc.in b/xineramaproto.pc.in new file mode 100644 index 0000000..ed67e99 --- /dev/null +++ b/xineramaproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: PanoramixProto +Description: Panoramix extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} -- cgit v1.2.1