quakeforge/tools/qflmp/Makefile.am
Bill Currie eefa89e72e Remove the AM_CONDITIONALs from tools.
Now that the tools directories aren't entered when those tools aren't being
built, there's no reason to use AM_CONDITIONAL in there.
2012-02-10 02:50:42 +09:00

18 lines
315 B
Makefile

AUTOMAKE_OPTIONS= foreign
QFLMP_LIBS=@QFLMP_LIBS@
QFLMP_DEPS=@QFLMP_DEPS@
QFLMP_INCS=@QFLMP_INCS@
INCLUDES= -I$(top_srcdir)/include $(QFLMP_INCS)
bin_PROGRAMS= $(qflmp)
#mans=qflmp.1
man_MANS= $(mans)
qflmp_SOURCES= lmp.c
qflmp_LDADD= $(QFLMP_LIBS)
qflmp_DEPENDENCIES= $(QFLMP_DEPS)
EXTRA_DIST= lmp.h #lmp.1