diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-07-19 23:42:50 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-07-19 23:42:50 +0200 |
| commit | 4ec02555ef84965cc83e62e4181f091103bfb269 (patch) | |
| tree | fc5b1dec927c1e125bee559e1782ca4e809c3cd4 /fluid/Makefile | |
| parent | d0331e6342a4eea53e068b175d3b811718d5dde8 (diff) | |
Fix missing (new) source file in fluid and dependencies
New file: Fl_Button_Type.cxx
Diffstat (limited to 'fluid/Makefile')
| -rw-r--r-- | fluid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/Makefile b/fluid/Makefile index a5569b70f..5cab97a69 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -1,7 +1,7 @@ # # FLUID Makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2021 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 @@ -20,6 +20,7 @@ CPPFILES = \ CodeEditor.cxx \ StyleParse.cxx \ Fd_Snap_Action.cxx \ + Fl_Button_Type.cxx \ Fl_Function_Type.cxx \ Fl_Group_Type.cxx \ Fl_Menu_Type.cxx \ |
