mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
Build the audio libs before the test dir.
This commit is contained in:
parent
f7a95ec2f4
commit
77ccf8a824
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
SUBDIRS= targets renderer test
|
||||
CFLAGS+= @PREFER_PIC@
|
||||
SUBDIRS= targets renderer . test
|
||||
AM_LIBTOOLFLAGS= @PREFER_PIC@
|
||||
INCLUDES= -I$(top_srcdir)/include
|
||||
SDL_LIBS= @SDL_LIBS@
|
||||
XMMS_LIBS= @XMMS_LIBS@
|
||||
|
|
Loading…
Reference in a new issue