mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
add dstring.h to include_HEADERS
This commit is contained in:
parent
2eecffdc75
commit
594d81b6f0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
|
|||
SUBDIRS = GL plugin
|
||||
includedir = $(prefix)/include/QF
|
||||
include_HEADERS = bspfile.h cdaudio.h checksum.h clip_hull.h cmd.h \
|
||||
console.h crc.h csqc.h cvar.h draw.h gcc_attr.h hash.h hl.h \
|
||||
console.h crc.h csqc.h cvar.h dstring.h draw.h gcc_attr.h hash.h hl.h \
|
||||
in_event.h info.h input.h joystick.h keys.h link.h locs.h \
|
||||
mathlib.h mdfour.h model.h modelgen.h msg.h pak.h pcx.h plugin.h \
|
||||
pr_comp.h pr_debug.h progs.h qargs.h qdefs.h qendian.h qfplist.h \
|
||||
|
|
Loading…
Reference in a new issue