mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
nuke GGI_CFLAGS (never set)
This commit is contained in:
parent
c86d7f2009
commit
4b9382d4a8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
INCLUDES= -I$(top_srcdir)/include $(GGI_CFLAGS) $(MGL_CFLAGS) $(SDL_CFLAGS) $(SVGA_CFLAGS) $(X_CFLAGS)
|
||||
INCLUDES= -I$(top_srcdir)/include $(MGL_CFLAGS) $(SDL_CFLAGS) $(SVGA_CFLAGS) $(X_CFLAGS)
|
||||
|
||||
if ASM_ARCH
|
||||
asm= libasm.la
|
||||
|
|
Loading…
Reference in a new issue