diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | bigreqsproto.pc.in (renamed from bigreqsext.pc.in) | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 8705e9a..c070e05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,6 @@ bigreqs_HEADERS = \ bigreqstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = bigreqsext.pc +pkgconfig_DATA = bigreqsproto.pc -EXTRA_DIST = autogen.sh bigreqsext.pc.in +EXTRA_DIST = autogen.sh bigreqsproto.pc.in diff --git a/bigreqsext.pc.in b/bigreqsproto.pc.in index e7d01dd..e3adbfd 100644 --- a/bigreqsext.pc.in +++ b/bigreqsproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: BigReqsExt +Name: BigReqsProto Description: BigReqs extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} diff --git a/configure.ac b/configure.ac index 01ee2ae..851da63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([BigReqsExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([BigReqsProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - bigreqsext.pc]) + bigreqsproto.pc]) |