diff options
-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} |