mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +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.
13 lines
254 B
Makefile
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)
|