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
22a2a1cdb0
commit
e455c03bb7
3 changed files with 5 additions and 5 deletions
|
|
@ -5,6 +5,6 @@ scrnsaver_HEADERS = \
|
|||
scrnsaver.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = scrnsaverext.pc
|
||||
pkgconfig_DATA = scrnsaverproto.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh scrnsaverext.pc.in
|
||||
EXTRA_DIST = autogen.sh scrnsaverproto.pc.in
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_INIT([ScrnSaverExt], [7.0], [xorg@lists.freedesktop.org])
|
||||
AC_INIT([ScrnSaverProto], [7.0], [xorg@lists.freedesktop.org])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
scrnsaverext.pc])
|
||||
scrnsaverproto.pc])
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: ScrnSaverExt
|
||||
Name: ScrnSaverProto
|
||||
Description: ScrnSaver extension headers
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Reference in a new issue