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 d65d2d14e9
commit 6e0ba01312
3 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,6 @@ evie_HEADERS = \
Xeviestr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = evieext.pc
pkgconfig_DATA = evieproto.pc
EXTRA_DIST = autogen.sh evieext.pc.in
EXTRA_DIST = autogen.sh evieproto.pc.in

View file

@ -3,4 +3,4 @@ AC_INIT([EvIEExt], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
evieext.pc])
evieproto.pc])