summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:04 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:04 +0000
commitb9a4ff2cc361fefbc3fa5c7aabde0ee7ad55f8e5 (patch)
treedfd4a46c20cf5b8de496cf11e362bb82e78edac3
parent03f5e334c5292a3cc588295a3ce1320baa42150f (diff)
downloadxorg-proto-dmxproto-b9a4ff2cc361fefbc3fa5c7aabde0ee7ad55f8e5.tar.gz
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac4
-rw-r--r--dmxproto.pc.in (renamed from dmxext.pc.in)2
3 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 39b2ad4..6850f08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,9 @@
dmxdir = $(includedir)/X11/extensions
dmx_HEADERS = \
- dmxext.h \
+ dmxproto.h \
dmxproto.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = dmxext.pc
+pkgconfig_DATA = dmxproto.pc
-EXTRA_DIST = autogen.sh dmxext.pc.in
+EXTRA_DIST = autogen.sh dmxproto.pc.in
diff --git a/configure.ac b/configure.ac
index 23a218e..f744196 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([DMXExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([DMXProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- dmxext.pc])
+ dmxproto.pc])
diff --git a/dmxext.pc.in b/dmxproto.pc.in
index 0f4593c..97cd1b8 100644
--- a/dmxext.pc.in
+++ b/dmxproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: DMXExt
+Name: DMXProto
Description: DMX extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}