mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
install the headers
This commit is contained in:
parent
058ac6522a
commit
f24a33ff05
4 changed files with 11 additions and 1 deletions
|
@ -1378,6 +1378,7 @@ AC_OUTPUT(
|
|||
doc/texinfo/Makefile
|
||||
doc/man/Makefile
|
||||
include/Makefile
|
||||
include/QF/Makefile
|
||||
include/win32/version.h
|
||||
libs/Makefile
|
||||
libs/gamecode/Makefile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
SUBDIRS = QF
|
||||
EXTRA_DIST =
|
||||
|
|
2
include/QF/.gitignore
vendored
Normal file
2
include/QF/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
7
include/QF/Makefile.am
Normal file
7
include/QF/Makefile.am
Normal file
|
@ -0,0 +1,7 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
includedir = $(prefix)/include/QF
|
||||
include_HEADERS = asm_i386.h checksum.h cmd.h compat.h console.h crc.h \
|
||||
cvar.h gcc_attr.h hash.h info.h keys.h link.h mathlib.h mdfour.h \
|
||||
msg.h pr_comp.h progs.h qargs.h qdefs.h qendian.h qfplist.h qtypes.h \
|
||||
quakefs.h quakeio.h sizebuf.h sys.h uint32.h va.h ver_check.h \
|
||||
zone.h
|
Loading…
Reference in a new issue