summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
commit46fff69a6fd6c930838ace5c7b0c651cb29d6273 (patch)
tree74b0e33189fcc09cb70bd1295b9eabf1443bd801
parent092cd91e62ec32afc245ba867398588f6612dab4 (diff)
downloadxorg-proto-xcmiscproto-46fff69a6fd6c930838ace5c7b0c651cb29d6273.tar.gz
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--xcmiscproto.pc.in (renamed from xcmiscext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index d57e2a4..c96bbf8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,6 @@ xcmisc_HEADERS = \
xcmiscstr.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = xcmiscext.pc
+pkgconfig_DATA = xcmiscproto.pc
-EXTRA_DIST = autogen.sh xcmiscext.pc.in
+EXTRA_DIST = autogen.sh xcmiscproto.pc.in
diff --git a/configure.ac b/configure.ac
index 08418bd..f6d8968 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([XCMiscExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([XCMiscProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- xcmiscext.pc])
+ xcmiscproto.pc])
diff --git a/xcmiscext.pc.in b/xcmiscproto.pc.in
index 4e11878..86b030a 100644
--- a/xcmiscext.pc.in
+++ b/xcmiscproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: XCMiscExt
+Name: XCMiscProto
Description: XCMisc extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}