mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
minor fixups
This commit is contained in:
parent
e33986e87a
commit
e3b7ab218e
4 changed files with 13 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
SUBDIRS= qw nq
|
||||
SUBDIRS= include qw nq
|
||||
|
||||
EXTRA_DIST= ChangeLog RPM/build_rpm.in \
|
||||
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
|
||||
|
|
|
@ -1433,6 +1433,7 @@ AC_OUTPUT(
|
|||
doc/Makefile
|
||||
doc/texinfo/Makefile
|
||||
doc/man/Makefile
|
||||
include/Makefile
|
||||
qw/include/Makefile
|
||||
qw/include/win32/version.h
|
||||
qw/source/Makefile
|
||||
|
|
2
include/.gitignore
vendored
2
include/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
config.h.in
|
||||
config.h
|
||||
stamp-h
|
||||
|
|
18
nq/source/.gitignore
vendored
18
nq/source/.gitignore
vendored
|
@ -5,13 +5,13 @@
|
|||
*.obj
|
||||
Makefile
|
||||
Makefile.in
|
||||
nuq-ggi
|
||||
nuq-glx
|
||||
nuq-sdl
|
||||
nuq-svga
|
||||
nuq-x11
|
||||
nuq-3dfx
|
||||
nuq-sgl
|
||||
nuq.exe
|
||||
nuq-wgl.exe
|
||||
nq-ggi
|
||||
nq-glx
|
||||
nq-sdl
|
||||
nq-svga
|
||||
nq-x11
|
||||
nq-3dfx
|
||||
nq-sgl
|
||||
nq.exe
|
||||
nq-wgl.exe
|
||||
.deps
|
||||
|
|
Loading…
Reference in a new issue