summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-01-06 18:28:51 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-01-06 18:29:25 +0100
commitb4697c33ff2eda9359044047f07d2fa1f6811221 (patch)
treeeb06dd0b7df871dce1f22b246a89deabdad65d98 /src/Makefile
parent37eefe554888c240df85c4fdf17d24fc368cd11d (diff)
Remove Fl_Simple_Terminal (replaced by Fl_Terminal)
... as discussed previously.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index f95ce2fec..6a9692097 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
#
# Library 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
@@ -84,7 +84,6 @@ CPPFILES = \
Fl_Scrollbar.cxx \
Fl_Shared_Image.cxx \
Fl_Shortcut_Button.cxx \
- Fl_Simple_Terminal.cxx \
Fl_Single_Window.cxx \
Fl_Slider.cxx \
Fl_Spinner.cxx \
@@ -332,7 +331,7 @@ WLX11CPPFILES = \
fl_dnd_x.cxx \
Fl_get_key.cxx
-
+
# fl_dnd_x.cxx Fl_Native_File_Chooser_GTK.cxx
# This C file is used under condition: BUILD_X11
@@ -353,7 +352,7 @@ XLIBFONTFILES = \
XLIBXFTFILES = \
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx \
drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx
-
+
# This C file is used under condition: BUILD_WAYLAND
WLCFILES = \
xutf8/keysym2Ucs.c \