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

11 lines
317 B
Text

QFSPRITEGEN_LIBS=@QFSPRITEGEN_LIBS@
QFSPRITEGEN_DEPS=@QFSPRITEGEN_DEPS@
QFSPRITEGEN_INCS=@QFSPRITEGEN_INCS@
EXTRA_PROGRAMS += qfspritegen
bin_PROGRAMS += @QFSPRITEGEN_TARGETS@
qfspritegen_SOURCES= tools/qfspritegen/spritegen.c
qfspritegen_LDADD= $(QFSPRITEGEN_LIBS)
qfspritegen_DEPENDENCIES= $(QFSPRITEGEN_DEPS)