mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
Change all the protonames from <extension>Ext to <extension>Proto.
This commit is contained in:
parent
d65d2d14e9
commit
6e0ba01312
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue