mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
11 lines
355 B
Makefile
11 lines
355 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS= @AUDIO_TARGETS@
|
|
|
|
EXTRA_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
|