quakeforge/tools/bsp2img/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

10 lines
257 B
Text

BSP2IMG_LIBS=@BSP2IMG_LIBS@
BSP2IMG_DEPS=@BSP2IMG_DEPS@
BSP2IMG_INCS=@BSP2IMG_INCS@
EXTRA_PROGRAMS += bsp2img
bin_PROGRAMS += @BSP2IMG_TARGETS@
bsp2img_SOURCES= tools/bsp2img/bsp2img.c
bsp2img_LDADD= $(BSP2IMG_LIBS)
bsp2img_DEPENDENCIES= $(BSP2IMG_DEPS)