summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:07 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:07 +0000
commitb33eb4f56ee5c9e0b05fd6928c799e422a689790 (patch)
tree428cad113a7b04c945439f80c3973631eb9cfe72
parent5ed94797c194b427855f5df9e1c2ae64638af180 (diff)
downloadxorg-proto-xf86vidmodeproto-b33eb4f56ee5c9e0b05fd6928c799e422a689790.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--xf86vidmodeproto.pc.in (renamed from xf86vidmodeext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index b2045f6..7159854 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,6 @@ xf86vidmode_HEADERS = \
xf86vmstr.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = xf86vidmodeext.pc
+pkgconfig_DATA = xf86vidmodeproto.pc
-EXTRA_DIST = autogen.sh xf86vidmodeext.pc.in
+EXTRA_DIST = autogen.sh xf86vidmodeproto.pc.in
diff --git a/configure.ac b/configure.ac
index d20b2ef..9026da6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([XF86VidModeExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([XF86VidModeProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- xf86vidmodeext.pc])
+ xf86vidmodeproto.pc])
diff --git a/xf86vidmodeext.pc.in b/xf86vidmodeproto.pc.in
index c67019c..afbb702 100644
--- a/xf86vidmodeext.pc.in
+++ b/xf86vidmodeproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: XF86VidModeExt
+Name: XF86VidModeProto
Description: XF86VidMode extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}