mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-05 01:48:01 +02:00
Change all the protonames from <extension>Ext to <extension>Proto.
This commit is contained in:
parent
092cd91e62
commit
46fff69a6f
3 changed files with 5 additions and 5 deletions
|
|
@ -3,6 +3,6 @@ xcmisc_HEADERS = \
|
||||||
xcmiscstr.h
|
xcmiscstr.h
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = xcmiscext.pc
|
pkgconfig_DATA = xcmiscproto.pc
|
||||||
|
|
||||||
EXTRA_DIST = autogen.sh xcmiscext.pc.in
|
EXTRA_DIST = autogen.sh xcmiscproto.pc.in
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.57])
|
AC_PREREQ([2.57])
|
||||||
AC_INIT([XCMiscExt], [7.0], [xorg@lists.freedesktop.org])
|
AC_INIT([XCMiscProto], [7.0], [xorg@lists.freedesktop.org])
|
||||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||||
|
|
||||||
AC_OUTPUT([Makefile
|
AC_OUTPUT([Makefile
|
||||||
xcmiscext.pc])
|
xcmiscproto.pc])
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: XCMiscExt
|
Name: XCMiscProto
|
||||||
Description: XCMisc extension headers
|
Description: XCMisc extension headers
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Loading…
Add table
Reference in a new issue