diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-16 08:06:16 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-16 08:56:37 +0100 |
| commit | 02adfc056026ac8a56622fe2c0f2261543a99758 (patch) | |
| tree | a5b04222f4bdb92bf60977392f31204aa5c95ea2 /makeinclude.in | |
| parent | 87f8b742cd3740eeb56ab369806108b7c2c16891 (diff) | |
Wayland: remove libdecor/demo/* from FLTK source tree
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in index ac64e9a4f..4426d992f 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,7 +1,7 @@ # # Make include file for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2022 by Bill Spitzak and others. +# Copyright 1998-2023 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 @@ -117,7 +117,6 @@ EXEEXT = @EXEEXT@ # Do we build the OpenGL demos? GLDEMOS = @GLDEMOS@ -GLWLDEMO = @GLWLDEMO@ # Do we build the threads demo? THREADS = @THREADS@ |
