Change all the protonames from <extension>Ext to <extension>Proto.

This commit is contained in:
Søren Sandmann Pedersen 2005-05-09 18:20:04 +00:00
parent 4653ec6e4e
commit 32157c7dc4
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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])

View file

@ -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}