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

9 lines
205 B
Text

CARNE_LIBS=@CARNE_LIBS@
CARNE_DEPS=@CARNE_DEPS@
EXTRA_PROGRAMS += carne
noinst_PROGRAMS += @CARNE_TARGETS@
carne_SOURCES= tools/carne/main.c
carne_LDADD= $(CARNE_LIBS)
carne_DEPENDENCIES= $(CARNE_DEPS)