summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-18 23:38:59 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-18 23:38:59 +0000
commitaba421a2e74a326a0e4387d3173308735a6263fd (patch)
tree6d1c6c9c45f9544e7474d198e29fa76a187772fd
parent74337d4f81c9050cb69da8fb825ebe9411b36140 (diff)
downloadxorg-proto-xineramaproto-aba421a2e74a326a0e4387d3173308735a6263fd.tar.gz
Xinerama protocol module should be named Xinerama, not Panoramix
-rw-r--r--Makefile.am8
-rw-r--r--configure.ac4
-rw-r--r--xineramaproto.pc.in4
3 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c2950f..9320e38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,10 @@
-panoramixdir = $(includedir)/X11/extensions
-panoramix_HEADERS = \
+xineramadir = $(includedir)/X11/extensions
+xinerama_HEADERS = \
panoramiXext.h \
panoramiXproto.h \
Xinerama.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = panoramixproto.pc
+pkgconfig_DATA = xineramaproto.pc
-EXTRA_DIST = autogen.sh panoramixproto.pc.in
+EXTRA_DIST = autogen.sh xineramaproto.pc.in
diff --git a/configure.ac b/configure.ac
index aa1b46e..2beeba5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.57])
-AC_INIT([PanoramixProto], [1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([XineramaProto], [1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile
- panoramixproto.pc])
+ xineramaproto.pc])
diff --git a/xineramaproto.pc.in b/xineramaproto.pc.in
index ed67e99..8d1074d 100644
--- a/xineramaproto.pc.in
+++ b/xineramaproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: PanoramixProto
-Description: Panoramix extension headers
+Name: XineramaProto
+Description: Xinerama extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}