From b46cd2fef2bfe192579930f29a830051670d4d00 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 14 Sep 2019 11:32:02 -0700 Subject: Add src/util/replace.h to noinst_HEADERS so it gets included in tarballs Found when "make distcheck" failed. Signed-off-by: Alan Coopersmith --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0500b93..5af2e23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,8 @@ noinst_HEADERS = \ include/X11/fonts/pcf.h \ include/libxfontint.h \ src/FreeType/ft.h \ - src/FreeType/ftfuncs.h + src/FreeType/ftfuncs.h \ + src/util/replace.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xfont2.pc -- cgit v1.2.3