diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:03 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:03 +0000 |
commit | 7a08cc923ec903837ed23c2045b8227600fe3343 (patch) | |
tree | 476e659b3fc078f3d1a8aa10921fbedc5bf258ac | |
parent | 6629d05366b6d375397be21fd35ae28dd7da5d3d (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | bigreqsproto.pc.in (renamed from bigreqsext.pc.in) | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 8705e9a..c070e05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,6 @@ bigreqs_HEADERS = \ bigreqstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = bigreqsext.pc +pkgconfig_DATA = bigreqsproto.pc -EXTRA_DIST = autogen.sh bigreqsext.pc.in +EXTRA_DIST = autogen.sh bigreqsproto.pc.in diff --git a/bigreqsext.pc.in b/bigreqsproto.pc.in index e7d01dd..e3adbfd 100644 --- a/bigreqsext.pc.in +++ b/bigreqsproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: BigReqsExt +Name: BigReqsProto Description: BigReqs extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} diff --git a/configure.ac b/configure.ac index 01ee2ae..851da63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([BigReqsExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([BigReqsProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - bigreqsext.pc]) + bigreqsproto.pc]) |