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 | b33eb4f56ee5c9e0b05fd6928c799e422a689790 (patch) | |
tree | 428cad113a7b04c945439f80c3973631eb9cfe72 | |
parent | 5ed94797c194b427855f5df9e1c2ae64638af180 (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-- | xf86vidmodeproto.pc.in (renamed from xf86vidmodeext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index b2045f6..7159854 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ xf86vidmode_HEADERS = \ xf86vmstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xf86vidmodeext.pc +pkgconfig_DATA = xf86vidmodeproto.pc -EXTRA_DIST = autogen.sh xf86vidmodeext.pc.in +EXTRA_DIST = autogen.sh xf86vidmodeproto.pc.in diff --git a/configure.ac b/configure.ac index d20b2ef..9026da6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([XF86VidModeExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([XF86VidModeProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - xf86vidmodeext.pc]) + xf86vidmodeproto.pc]) diff --git a/xf86vidmodeext.pc.in b/xf86vidmodeproto.pc.in index c67019c..afbb702 100644 --- a/xf86vidmodeext.pc.in +++ b/xf86vidmodeproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: XF86VidModeExt +Name: XF86VidModeProto Description: XF86VidMode extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |