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:
Bill Currie 2012-02-10 02:50:42 +09:00
parent 4d6ed605a9
commit eefa89e72e
16 changed files with 28 additions and 156 deletions

View file

@ -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 \