summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-12-04 12:28:42 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-12-04 13:40:29 +0100
commit240465626604ed9a7f7b2cb997ab4dffd419eabc (patch)
tree0409961bea89eaa1f697748023c2b049136823da /src/Makefile
parent0f72957a246c4b8c75a61578b66278d630100b03 (diff)
Add minimal version of class Fl_String
This class will be used in fl_input_str() and fl_password_str(). Todo: add missing documentation ...
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0d27e8c61..a31788929 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -80,6 +80,7 @@ CPPFILES = \
Fl_Single_Window.cxx \
Fl_Slider.cxx \
Fl_Spinner.cxx \
+ Fl_String.cxx \
Fl_Sys_Menu_Bar.cxx \
Fl_System_Driver.cxx \
Fl_Table.cxx \