mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-17 10:20:55 +00:00
f7a95ec2f4
This is to avoid issues with -prefer-pic (really need to clean things up properly).
9 lines
322 B
Makefile
9 lines
322 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS= testsound
|
|
|
|
testsound_SOURCES= testsound.c
|
|
testsound_LDADD= $(top_builddir)/libs/audio/libQFsound.la $(top_builddir)/libs/util/libQFutil.la
|
|
testsound_DEPENDENCIES= $(top_builddir)/libs/audio/libQFsound.la $(top_builddir)/libs/util/libQFutil.la
|