mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
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.
This commit is contained in:
parent
4d6ed605a9
commit
eefa89e72e
16 changed files with 28 additions and 156 deletions
|
@ -8,14 +8,7 @@ PTHREAD_CFLAGS=@PTHREAD_CFLAGS@
|
|||
|
||||
INCLUDES= -I$(top_srcdir)/include $(QFLIGHT_INCS) $(PTHREAD_CFLAGS)
|
||||
|
||||
if BUILD_QFLIGHT
|
||||
qflight=qflight
|
||||
else
|
||||
qflight=
|
||||
endif
|
||||
|
||||
bin_PROGRAMS= $(qflight)
|
||||
EXTRA_PROGRAMS= qflight
|
||||
bin_PROGRAMS= qflight
|
||||
|
||||
qflight_SOURCES=\
|
||||
entities.c ltface.c noise.c options.c properties.c qflight.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue