mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
eefa89e72e
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.
14 lines
342 B
Makefile
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)
|