mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
Add $(top_srcdir)/include to ruamoko/lib's includes (to get key.h). This didn't
show up if you already had QF installed.
This commit is contained in:
parent
01e74328c2
commit
d796f9ea5a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ QCPPFLAGS=$(INCLUDES)
|
|||
PAK=$(top_builddir)/tools/pak/pak$(EXEEXT)
|
||||
RANLIB=touch
|
||||
|
||||
INCLUDES= -I$(top_srcdir)/ruamoko/include
|
||||
INCLUDES= -I$(top_srcdir)/ruamoko/include -I$(top_srcdir)/include
|
||||
|
||||
noinst_LIBRARIES= libr.a libgui.a libcsqc.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue