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
6629d05366
commit
7a08cc923e
3 changed files with 5 additions and 5 deletions
|
|
@ -3,6 +3,6 @@ bigreqs_HEADERS = \
|
|||
bigreqstr.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = bigreqsext.pc
|
||||
pkgconfig_DATA = bigreqsproto.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh bigreqsext.pc.in
|
||||
EXTRA_DIST = autogen.sh bigreqsproto.pc.in
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: BigReqsExt
|
||||
Name: BigReqsProto
|
||||
Description: BigReqs extension headers
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_INIT([BigReqsExt], [7.0], [xorg@lists.freedesktop.org])
|
||||
AC_INIT([BigReqsProto], [7.0], [xorg@lists.freedesktop.org])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
bigreqsext.pc])
|
||||
bigreqsproto.pc])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue