From 6720940e1d55ee0073f99c325e73a01b369452cf Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 20 Feb 2018 15:33:10 -0800 Subject: 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 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b5cf919..26f68e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = \ -- cgit v1.2.3