From 7e6e21adc53035ddffba7bb29676b7f483956df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 9 May 2005 18:20:06 +0000 Subject: Change all the protonames from Ext to Proto. --- Makefile.am | 4 ++-- configure.ac | 4 ++-- resourceext.pc.in | 9 --------- resourceproto.pc.in | 9 +++++++++ 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 resourceext.pc.in create mode 100644 resourceproto.pc.in 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/resourceext.pc.in deleted file mode 100644 index aa8acb0..0000000 --- a/resourceext.pc.in +++ /dev/null @@ -1,9 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: ResourceExt -Description: Resource extension headers -Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} diff --git a/resourceproto.pc.in b/resourceproto.pc.in new file mode 100644 index 0000000..2851df1 --- /dev/null +++ b/resourceproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ResourceProto +Description: Resource extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} -- cgit v1.2.1