diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | xextproto.pc.in (renamed from xextensions.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 77d6ddc..7ce6d66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,6 @@ xext_HEADERS = \ xteststr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xextensions.pc +pkgconfig_DATA = xextproto.pc -EXTRA_DIST = autogen.sh xextensions.pc.in +EXTRA_DIST = autogen.sh xextproto.pc.in diff --git a/configure.ac b/configure.ac index fe24dec..ee70344 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([XExtensions], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([XExtProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - xextensions.pc]) + xextproto.pc]) diff --git a/xextensions.pc.in b/xextproto.pc.in index 07d9ae2..e85200f 100644 --- a/xextensions.pc.in +++ b/xextproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: XExtensions +Name: XExtProto Description: XExt extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |