mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-30 15:30:09 +01:00
Fix Makefile.am definition of XCalibrate headers
A missing backslash caused the XCalibrateinclude_HEADERS value to be empty. Thanks. autotools, for not detecting this. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
fd31dca922
commit
6720940e1d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ bigreqsprotopkgconfig_DATA = bigreqsproto.pc
|
||||||
|
|
||||||
if LEGACY
|
if LEGACY
|
||||||
XCalibrateincludedir = $(includedir)/X11/extensions
|
XCalibrateincludedir = $(includedir)/X11/extensions
|
||||||
XCalibrateinclude_HEADERS =
|
XCalibrateinclude_HEADERS = \
|
||||||
include/X11/extensions/xcalibrateproto.h \
|
include/X11/extensions/xcalibrateproto.h \
|
||||||
include/X11/extensions/xcalibratewire.h
|
include/X11/extensions/xcalibratewire.h
|
||||||
|
|
||||||
|
|
@ -198,6 +198,7 @@ printproto_EXTRA_DIST = printproto.pc.in \
|
||||||
specs/xp_protoIX.doc \
|
specs/xp_protoIX.doc \
|
||||||
specs/xp_protoTOC.doc \
|
specs/xp_protoTOC.doc \
|
||||||
specs/xp_proto_cov.mif
|
specs/xp_proto_cov.mif
|
||||||
|
endif
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
|
|
@ -219,7 +220,6 @@ SUFFIXES = .$(MISC_MAN_SUFFIX) .man
|
||||||
.man.$(MISC_MAN_SUFFIX): man
|
.man.$(MISC_MAN_SUFFIX): man
|
||||||
$(MKDIR_P) man
|
$(MKDIR_P) man
|
||||||
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
||||||
endif
|
|
||||||
|
|
||||||
randrdir = $(includedir)/X11/extensions
|
randrdir = $(includedir)/X11/extensions
|
||||||
randr_HEADERS = \
|
randr_HEADERS = \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue