mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
fix vorbis include handling when --with-vorbis is needed
This commit is contained in:
parent
d2cedecfb0
commit
98563c15d6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
AM_CFLAGS= @PREFER_PIC@
|
||||
AM_CFLAGS= @PREFER_PIC@ @VORBIS_CFLAGS@
|
||||
INCLUDES= -I$(top_srcdir)/include
|
||||
plugin_version= 1:0:0
|
||||
plugin_ldflags= @plugin_ldflags@
|
||||
|
|
Loading…
Reference in a new issue