diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-05-10 08:20:31 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-05-10 08:20:31 +0200 |
| commit | 25ffce6cdfd6b9d4c0df554fe5fb4515a18632d7 (patch) | |
| tree | d455e4f084d8e954e7fcb934156b2ee3f5a28c12 /test | |
| parent | 29312ee0902b7356fc6f7cdfd1edf49b70e1f413 (diff) | |
configure-based build: move terminal to fluid-dependent section
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index af1cdf717..8145134af 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ # # 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 # the file "COPYING" which should have been included with this file. If this @@ -210,7 +210,6 @@ ALL = \ sudoku$(EXEEXT) \ symbols$(EXEEXT) \ table$(EXEEXT) \ - terminal$(EXEEXT) \ $(THREADS) \ tile$(EXEEXT) \ tiled_image$(EXEEXT) \ @@ -229,6 +228,7 @@ ALLFLUID = \ radio$(EXEEXT) \ resize$(EXEEXT) \ tabs$(EXEEXT) \ + terminal$(EXEEXT) \ tree$(EXEEXT) \ valuators$(EXEEXT) \ CubeView$(EXEEXT) |
