diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | xf86dgaproto.pc.in (renamed from xf86dgaext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 1a70559..e3dbffb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,6 @@ xf86dga_HEADERS = \ xf86dgastr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xf86dgaext.pc +pkgconfig_DATA = xf86dgaproto.pc -EXTRA_DIST = autogen.sh xf86dgaext.pc.in +EXTRA_DIST = autogen.sh xf86dgaproto.pc.in diff --git a/configure.ac b/configure.ac index b02b54f..c86d302 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([XF86DGAExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([XF86DGAProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - xf86dgaext.pc]) + xf86dgaproto.pc]) diff --git a/xf86dgaext.pc.in b/xf86dgaproto.pc.in index bfea6e4..fd1fc6e 100644 --- a/xf86dgaext.pc.in +++ b/xf86dgaproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: XF86DGAExt +Name: XF86DGAProto Description: XF86DGA extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |