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 | 1b4b536995cece0907035bb462e929cd41b59389 (patch) | |
tree | 60de246869195cb8601da4c8fc717ba4d1ba1a22 | |
parent | baf03a9917cb6371de633fae97e53f29104c6c71 (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-- | xf86rushproto.pc.in (renamed from xf86rushext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index bfdd25b..e42c832 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ xf86rush_HEADERS = \ xf86rushstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xf86rushext.pc +pkgconfig_DATA = xf86rushproto.pc -EXTRA_DIST = autogen.sh xf86rushext.pc.in +EXTRA_DIST = autogen.sh xf86rushproto.pc.in diff --git a/configure.ac b/configure.ac index 1ffe742..1e1b407 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([XF86RushExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([XF86RushProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - xf86rushext.pc]) + xf86rushproto.pc]) diff --git a/xf86rushext.pc.in b/xf86rushproto.pc.in index 00f2790..deb5615 100644 --- a/xf86rushext.pc.in +++ b/xf86rushproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: XF86RushExt +Name: XF86RushProto Description: XF86Rush extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |