From 47f7733ccc2a6deb8576b9d55a3a46c841a5560c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 9 May 2005 18:20:06 +0000 Subject: [PATCH] Change all the protonames from Ext to Proto. --- Makefile.am | 4 ++-- configure.ac | 4 ++-- videoext.pc.in => videoproto.pc.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename videoext.pc.in => videoproto.pc.in (91%) 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 similarity index 91% rename from videoext.pc.in rename to 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} -- 2.7.4