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 | 500ae1717476f3f02fc994ac3888a927cf077613 (patch) | |
tree | 51a70a2fc9bdf02305d4f7851a1f0e75ccb28b93 | |
parent | 727dbc6cfae682010de89ae8e151c21c8c5cd41d (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-- | trapproto.pc.in (renamed from trapext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 7fc003f..764c646 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,6 @@ trap_HEADERS = \ xtrapproto.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = trapext.pc +pkgconfig_DATA = trapproto.pc -EXTRA_DIST = autogen.sh trapext.pc.in +EXTRA_DIST = autogen.sh trapproto.pc.in diff --git a/configure.ac b/configure.ac index 2bc1541..f5397ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([TrapExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([TrapProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - trapext.pc]) + trapproto.pc]) diff --git a/trapext.pc.in b/trapproto.pc.in index a77166d..b16767b 100644 --- a/trapext.pc.in +++ b/trapproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: TrapExt +Name: TrapProto Description: Trap extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |