diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:04 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:04 +0000 |
commit | 5c5945a47990b7bc077bcfdbabb6e0003cbf1659 (patch) | |
tree | 095499f11c4c89161fd0ad361c7d0d94feb3e132 | |
parent | 518f527ab685d2d082796460113bb7a9ea9bfe15 (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-- | inputproto.pc.in (renamed from inputext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 3d270da..e39ea0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,6 @@ input_HEADERS = \ XIproto.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = inputext.pc +pkgconfig_DATA = inputproto.pc -EXTRA_DIST = autogen.sh inputext.pc.in +EXTRA_DIST = autogen.sh inputproto.pc.in diff --git a/configure.ac b/configure.ac index e3476dd..1b13ffd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([InputExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([InputProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - inputext.pc]) + inputproto.pc]) diff --git a/inputext.pc.in b/inputproto.pc.in index f10abf9..c499cda 100644 --- a/inputext.pc.in +++ b/inputproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: InputExt +Name: InputProto Description: Input extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |