mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-11 11:51:50 +00:00
[build] Install QF/input/event* header files for qfcc
I guess I'd copied them by hand once and forgot about it. Need to clean out QF's install more often.
This commit is contained in:
parent
73a8404684
commit
34277b2050
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@ qfcc_include_qf = include/QF/input.h
|
|||
qfcc_include_qf_progs = include/QF/progs/pr_type_names.h
|
||||
qfcc_include_qf_input = \
|
||||
include/QF/input/binding.h \
|
||||
include/QF/input/event.h \
|
||||
include/QF/input/event_names.h \
|
||||
include/QF/input/imt.h
|
||||
|
||||
qf_includedir = $(includedir)/QF
|
||||
|
|
Loading…
Reference in a new issue