summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:07 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:07 +0000
commit1008673c584d1e24b2805e8a046a659ada625acf (patch)
treefb6e77c462533039ac9a811333e79565afa2e04b
parent872ca18bd982ae1771244ed5bc2c75aa88c89ce7 (diff)
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--xf86miscproto.pc.in (renamed from xf86miscext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 0496615..df7781d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,6 @@ xf86misc_HEADERS = \
xf86mscstr.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = xf86miscext.pc
+pkgconfig_DATA = xf86miscproto.pc
-EXTRA_DIST = autogen.sh xf86miscext.pc.in
+EXTRA_DIST = autogen.sh xf86miscproto.pc.in
diff --git a/configure.ac b/configure.ac
index d92247f..28c8bd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([XF86MiscExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([XF86MiscProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- xf86miscext.pc])
+ xf86miscproto.pc])
diff --git a/xf86miscext.pc.in b/xf86miscproto.pc.in
index 6a90eb8..eb72923 100644
--- a/xf86miscext.pc.in
+++ b/xf86miscproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: XF86MiscExt
+Name: XF86MiscProto
Description: XF86Misc extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}