quakeforge/tools/wav/Makemodule.am
Bill Currie 238e80c89b [build] Fix selective build of tools
A couple of things get built when they shouldn't (eg, vkgen) but this
gets the build system back to its pre-non-recursive-make
configurability.
2021-03-26 16:11:29 +09:00

12 lines
263 B
Text

WAV_LIBS=@WAV_LIBS@
WAV_DEPS=@WAV_DEPS@
WAV_INCS=@WAV_INCS@
EXTRA_PROGRAMS += qfwavinfo
bin_PROGRAMS += @WAV_TARGETS@
#man_MANS += tools/wav/qfwavinfo.1
qfwavinfo_SOURCES= tools/wav/qfwavinfo.c
qfwavinfo_LDADD= $(WAV_LIBS)
qfwavinfo_DEPENDENCIES= $(WAV_DEPS)