diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | randrproto.pc.in (renamed from randrext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 478f729..62a5502 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ randr_HEADERS = \ randrproto.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = randrext.pc +pkgconfig_DATA = randrproto.pc -EXTRA_DIST = autogen.sh randrext.pc.in +EXTRA_DIST = autogen.sh randrproto.pc.in diff --git a/configure.ac b/configure.ac index f52fcbe..8eec314 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([RandrExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([RandrProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - randrext.pc]) + randrproto.pc]) diff --git a/randrext.pc.in b/randrproto.pc.in index ae534c5..d94d353 100644 --- a/randrext.pc.in +++ b/randrproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: RandrExt +Name: RandrProto Description: Randr extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |