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

15 lines
300 B
Text

QFLMP_LIBS=@QFLMP_LIBS@
QFLMP_DEPS=@QFLMP_DEPS@
QFLMP_INCS=@QFLMP_INCS@
EXTRA_PROGRAMS += qflmp
bin_PROGRAMS += @QFLMP_TARGETS@
#mans=qflmp.1
man_MANS += $(mans)
qflmp_SOURCES= tools/qflmp/lmp.c
qflmp_LDADD= $(QFLMP_LIBS)
qflmp_DEPENDENCIES= $(QFLMP_DEPS)
EXTRA_DIST += tools/qflmp/lmp.h #lmp.1