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

13 lines
254 B
Makefile

AUTOMAKE_OPTIONS= foreign
CARNE_LIBS=@CARNE_LIBS@
CARNE_DEPS=@CARNE_DEPS@
PAK_INCS=@CARNE_INCS@
INCLUDES= -I$(top_srcdir)/include $(CARNE_INCS)
noinst_PROGRAMS= carne
carne_SOURCES= main.c
carne_LDADD= $(CARNE_LIBS)
carne_DEPENDENCIES= $(CARNE_DEPS)