0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

include/ircd: Add header file installer.

This commit is contained in:
Jason Volk 2019-05-06 13:17:34 -07:00
parent 530ae5fd0c
commit 7ef4b9f836

View file

@ -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