diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:06 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:06 +0000 |
commit | 7e6e21adc53035ddffba7bb29676b7f483956df8 (patch) | |
tree | bb0365afe4c02a17e4e8686c03b2eef9a3efb1ad | |
parent | f7ef242967454e96ecc41751ed04b8ec434d17c8 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-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} |