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:
parent
530ae5fd0c
commit
7ef4b9f836
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue