quakeforge/tools/qfmodelgen/source/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

14 lines
342 B
Makefile

AUTOMAKE_OPTIONS= foreign
QFMODELGEN_LIBS=@QFMODELGEN_LIBS@
QFMODELGEN_DEPS=@QFMODELGEN_DEPS@
QFMODELGEN_INCS=@QFMODELGEN_INCS@
INCLUDES= -I$(top_srcdir)/include $(QFMODELGEN_INCS)
bin_PROGRAMS= qfmodelgen
qfmodelgen_SOURCES= lbmlib.c modelgen.c trilib.c
qfmodelgen_LDADD= $(QFMODELGEN_LIBS)
qfmodelgen_DEPENDENCIES= $(QFMODELGEN_DEPS)