0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-04 16:31:23 +00:00
quakeforge/tools/carne/Makemodule.am

10 lines
205 B
Text
Raw Normal View History

CARNE_LIBS=@CARNE_LIBS@
CARNE_DEPS=@CARNE_DEPS@
EXTRA_PROGRAMS += carne
noinst_PROGRAMS += @CARNE_TARGETS@
carne_SOURCES= tools/carne/main.c
carne_LDADD= $(CARNE_LIBS)
carne_DEPENDENCIES= $(CARNE_DEPS)