diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:07 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:07 +0000 |
commit | 7d1c8247ea48d32fb205d630c16bb0db1266fd98 (patch) | |
tree | 0350e733c166c05bd491fc689f22ad267fba516f | |
parent | 3372bb6c3a4b6178abf371bcfccf7d9d65b5ffb1 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
-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} |