summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:05 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:05 +0000
commitb3b508a6b8761d6a117639935ad4b18407846c61 (patch)
tree85d031950721a5d4f6189641a97c598a1ef401b1
parentb385d6eefab1555f48255edbdc2c8c8fe101cf80 (diff)
downloadxorg-proto-randrproto-b3b508a6b8761d6a117639935ad4b18407846c61.tar.gz
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--randrproto.pc.in (renamed from randrext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 478f729..62a5502 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,6 @@ randr_HEADERS = \
randrproto.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = randrext.pc
+pkgconfig_DATA = randrproto.pc
-EXTRA_DIST = autogen.sh randrext.pc.in
+EXTRA_DIST = autogen.sh randrproto.pc.in
diff --git a/configure.ac b/configure.ac
index f52fcbe..8eec314 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([RandrExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([RandrProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- randrext.pc])
+ randrproto.pc])
diff --git a/randrext.pc.in b/randrproto.pc.in
index ae534c5..d94d353 100644
--- a/randrext.pc.in
+++ b/randrproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: RandrExt
+Name: RandrProto
Description: Randr extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}