diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | renderproto.pc.in (renamed from renderext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index d72610d..0c896eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ render_HEADERS = \ renderproto.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = renderext.pc +pkgconfig_DATA = renderproto.pc -EXTRA_DIST = autogen.sh renderext.pc.in +EXTRA_DIST = autogen.sh renderproto.pc.in diff --git a/configure.ac b/configure.ac index 5b08d68..7e3cc36 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([RenderExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([RenderProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - renderext.pc]) + renderproto.pc]) diff --git a/renderext.pc.in b/renderproto.pc.in index 210316d..17331e9 100644 --- a/renderext.pc.in +++ b/renderproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: RenderExt +Name: RenderProto Description: Render extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |