diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | fontcacheproto.pc.in (renamed from fontcacheext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index d88aa84..77328db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,6 @@ fontcache_HEADERS = \ fontcachstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = fontcacheext.pc +pkgconfig_DATA = fontcacheproto.pc -EXTRA_DIST = autogen.sh fontcacheext.pc.in +EXTRA_DIST = autogen.sh fontcacheproto.pc.in diff --git a/configure.ac b/configure.ac index b51d1f3..72af5c7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([FontcacheExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([FontcacheProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - fontcacheext.pc]) + fontcacheproto.pc]) diff --git a/fontcacheext.pc.in b/fontcacheproto.pc.in index 4442087..afb2127 100644 --- a/fontcacheext.pc.in +++ b/fontcacheproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: FontcacheExt +Name: FontcacheProto Description: Fontcache extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |