summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
commit47f7733ccc2a6deb8576b9d55a3a46c841a5560c (patch)
tree2f09933f2ced34000243daa80b812400c7c5aaf3
parent60df602bf6f92eaf8f24e5c37cfbfb258ce74a20 (diff)
downloadxorg-proto-videoproto-47f7733ccc2a6deb8576b9d55a3a46c841a5560c.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--videoproto.pc.in (renamed from videoext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a5bf07..a787a17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,6 @@ video_HEADERS = \
Xvproto.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = videoext.pc
+pkgconfig_DATA = videoproto.pc
-EXTRA_DIST = autogen.sh videoext.pc.in
+EXTRA_DIST = autogen.sh videoproto.pc.in
diff --git a/configure.ac b/configure.ac
index f5c3186..87e6915 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([VideoExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([VideoProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- videoext.pc])
+ videoproto.pc])
diff --git a/videoext.pc.in b/videoproto.pc.in
index e52e585..5840540 100644
--- a/videoext.pc.in
+++ b/videoproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: VideoExt
+Name: VideoProto
Description: Video extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}