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