mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Use AM_CFLAGS instead of CFLAGS.
CFLAGS is meant to be reserved for the user.
This commit is contained in:
parent
f17b1275ea
commit
74a7e07dfc
19 changed files with 19 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
CFLAGS+= @PREFER_PIC@
|
||||
AM_CFLAGS= @PREFER_PIC@
|
||||
INCLUDES= -I$(top_srcdir)/include
|
||||
|
||||
lib_LTLIBRARIES= libQFgamecode.la
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue