diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-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} |