diff --git a/Makefile.am b/Makefile.am index 3d270da..e39ea0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,6 @@ input_HEADERS = \ XIproto.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = inputext.pc +pkgconfig_DATA = inputproto.pc -EXTRA_DIST = autogen.sh inputext.pc.in +EXTRA_DIST = autogen.sh inputproto.pc.in diff --git a/configure.ac b/configure.ac index e3476dd..1b13ffd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([InputExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([InputProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - inputext.pc]) + inputproto.pc]) diff --git a/inputext.pc.in b/inputproto.pc.in similarity index 91% rename from inputext.pc.in rename to inputproto.pc.in index f10abf9..c499cda 100644 --- a/inputext.pc.in +++ b/inputproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: InputExt +Name: InputProto Description: Input extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir}