mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
Fix PNG build and use AM_CPPFLAGS instead of INCLUDES that is obsolete.
This commit is contained in:
parent
f5da073161
commit
65789d22d9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
AM_CFLAGS= @PREFER_PIC@
|
||||
INCLUDES= -I$(top_srcdir)/include
|
||||
AM_CFLAGS= @PREFER_PIC@ $(PNG_CFLAGS)
|
||||
AM_CPPFLAGS= -I$(top_srcdir)/include
|
||||
|
||||
lib_LTLIBRARIES= libQFimage.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue