mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +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.
11 lines
254 B
Makefile
11 lines
254 B
Makefile
BSP2IMG_LIBS=@BSP2IMG_LIBS@
|
|
BSP2IMG_DEPS=@BSP2IMG_DEPS@
|
|
BSP2IMG_INCS=@BSP2IMG_INCS@
|
|
|
|
INCLUDES= -I$(top_srcdir)/include $(BSP2IMG_INCS)
|
|
|
|
bin_PROGRAMS=bsp2img
|
|
|
|
bsp2img_SOURCES= bsp2img.c
|
|
bsp2img_LDADD= $(BSP2IMG_LIBS)
|
|
bsp2img_DEPENDENCIES= $(BSP2IMG_DEPS)
|