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:
Keith Packard 2018-02-20 15:33:10 -08:00
parent fd31dca922
commit 6720940e1d

View file

@ -16,7 +16,7 @@ bigreqsprotopkgconfig_DATA = bigreqsproto.pc
if LEGACY
XCalibrateincludedir = $(includedir)/X11/extensions
XCalibrateinclude_HEADERS =
XCalibrateinclude_HEADERS = \
include/X11/extensions/xcalibrateproto.h \
include/X11/extensions/xcalibratewire.h
@ -198,6 +198,7 @@ printproto_EXTRA_DIST = printproto.pc.in \
specs/xp_protoIX.doc \
specs/xp_protoTOC.doc \
specs/xp_proto_cov.mif
endif
SED = sed
@ -219,7 +220,6 @@ SUFFIXES = .$(MISC_MAN_SUFFIX) .man
.man.$(MISC_MAN_SUFFIX): man
$(MKDIR_P) man
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
endif
randrdir = $(includedir)/X11/extensions
randr_HEADERS = \