mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
f5501fbf24
s/INCLUDES/AM_CPPFLAGS/g I <3 sed :)
11 lines
257 B
Makefile
11 lines
257 B
Makefile
BSP2IMG_LIBS=@BSP2IMG_LIBS@
|
|
BSP2IMG_DEPS=@BSP2IMG_DEPS@
|
|
BSP2IMG_INCS=@BSP2IMG_INCS@
|
|
|
|
AM_CPPFLAGS= -I$(top_srcdir)/include $(BSP2IMG_INCS)
|
|
|
|
bin_PROGRAMS=bsp2img
|
|
|
|
bsp2img_SOURCES= bsp2img.c
|
|
bsp2img_LDADD= $(BSP2IMG_LIBS)
|
|
bsp2img_DEPENDENCIES= $(BSP2IMG_DEPS)
|