From 7ef4b9f836a539162ba5b9cb13bfd36035702501 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 6 May 2019 13:17:34 -0700 Subject: [PATCH] include/ircd: Add header file installer. --- include/ircd/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ircd/Makefile.am b/include/ircd/Makefile.am index 7426cc42c..b583ee591 100644 --- a/include/ircd/Makefile.am +++ b/include/ircd/Makefile.am @@ -49,6 +49,9 @@ endif DEPS = *.h */*.h */*/*.h */*/*/*.h +nobase_include_HEADERS = $(DEPS) +noinst_HEADERS = *.gch + ircd.h.gch: $(DEPS) $(CXX) $(CXXFLAGS) $(AM_CXXFLAGS) -o ircd.h.gch $(DEFS) $(CPPFLAGS) $(AM_CPPFLAGS) ircd.h