install the headers

This commit is contained in:
Bill Currie 2001-03-29 20:42:08 +00:00
parent 058ac6522a
commit f24a33ff05
4 changed files with 11 additions and 1 deletions

View file

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

View file

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

@ -0,0 +1,2 @@
Makefile
Makefile.in

7
include/QF/Makefile.am Normal file
View 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