mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-01 15:01:00 +00:00
10 lines
322 B
Text
10 lines
322 B
Text
|
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
|