summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--resourceproto.pc.in (renamed from resourceext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 147479b..500349c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,6 @@ resource_HEADERS = \
XResproto.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = resourceext.pc
+pkgconfig_DATA = resourceproto.pc
-EXTRA_DIST = autogen.sh resourceext.pc.in
+EXTRA_DIST = autogen.sh resourceproto.pc.in
diff --git a/configure.ac b/configure.ac
index c3d6e03..4402482 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([ResourceExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([ResourceProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- resourceext.pc])
+ resourceproto.pc])
diff --git a/resourceext.pc.in b/resourceproto.pc.in
index aa8acb0..2851df1 100644
--- a/resourceext.pc.in
+++ b/resourceproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: ResourceExt
+Name: ResourceProto
Description: Resource extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}