diff options
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | xineramaproto.pc.in | 4 |
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} |