diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:05 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:05 +0000 |
commit | 19bc22d68a990a2498934695f4d938519345a1b0 (patch) | |
tree | 4617ed017b8e34aba127c6ef37a22ebb92ab87f4 | |
parent | aaef7b5591cfaaa08ca1d03b113e04dd726059a1 (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-- | kbproto.pc.in (renamed from kbext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 0e63689..559105c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,6 @@ kb_HEADERS = \ XKBstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = kbext.pc +pkgconfig_DATA = kbproto.pc -EXTRA_DIST = autogen.sh kbext.pc.in +EXTRA_DIST = autogen.sh kbproto.pc.in diff --git a/configure.ac b/configure.ac index 85035b4..51a67dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([KBExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([KBProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - kbext.pc]) + kbproto.pc]) diff --git a/kbext.pc.in b/kbproto.pc.in index e7dd202..02a6d44 100644 --- a/kbext.pc.in +++ b/kbproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: KBExt +Name: KBProto Description: KB extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |