mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
Fix a stray CFLAGS.
Should be AM_CFLAGS.
This commit is contained in:
parent
c3d41326b3
commit
206199652a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
SUBDIRS= targets renderer . test
|
||||
CFLAGS+= @PREFER_PIC@
|
||||
AM_CFLAGS= @PREFER_PIC@
|
||||
INCLUDES= -I$(top_srcdir)/include
|
||||
SDL_LIBS= @SDL_LIBS@
|
||||
XMMS_LIBS= @XMMS_LIBS@
|
||||
|
|
Loading…
Reference in a new issue