Browse Source

configure-based build: move terminal to fluid-dependent section

pull/974/head
ManoloFLTK 1 year ago
parent
commit
25ffce6cdf
  1. 4
      test/Makefile

4
test/Makefile

@ -1,7 +1,7 @@
# #
# Test/example program Makefile for the Fast Light Tool Kit (FLTK). # Test/example program Makefile for the Fast Light Tool Kit (FLTK).
# #
# Copyright 1998-2023 by Bill Spitzak and others. # Copyright 1998-2024 by Bill Spitzak and others.
# #
# This library is free software. Distribution and use rights are outlined in # This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
@ -210,7 +210,6 @@ ALL = \
sudoku$(EXEEXT) \ sudoku$(EXEEXT) \
symbols$(EXEEXT) \ symbols$(EXEEXT) \
table$(EXEEXT) \ table$(EXEEXT) \
terminal$(EXEEXT) \
$(THREADS) \ $(THREADS) \
tile$(EXEEXT) \ tile$(EXEEXT) \
tiled_image$(EXEEXT) \ tiled_image$(EXEEXT) \
@ -229,6 +228,7 @@ ALLFLUID = \
radio$(EXEEXT) \ radio$(EXEEXT) \
resize$(EXEEXT) \ resize$(EXEEXT) \
tabs$(EXEEXT) \ tabs$(EXEEXT) \
terminal$(EXEEXT) \
tree$(EXEEXT) \ tree$(EXEEXT) \
valuators$(EXEEXT) \ valuators$(EXEEXT) \
CubeView$(EXEEXT) CubeView$(EXEEXT)

Loading…
Cancel
Save