diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-08-29 02:20:45 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-08-29 02:20:50 +0200 |
| commit | 814d642e5da5e1be5dbfb609f43b25313487aa11 (patch) | |
| tree | 0e90090dada6aaeab56c8202365c4c768eff17d8 /fluid/Makefile | |
| parent | 33353550d9a7c274a338ea40f77a76e5298c7069 (diff) | |
FLUID: separate SourceView panel into its own file
hereby removing almost 200 lines of unrelated code form fluid.cxx
and making the location of the panel code more obvious.
Needs a make depend on Linux.
Diffstat (limited to 'fluid/Makefile')
| -rw-r--r-- | fluid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Makefile b/fluid/Makefile index 5cab97a69..6975e9bcd 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -39,6 +39,7 @@ CPPFILES = \ function_panel.cxx \ pixmaps.cxx \ shell_command.cxx \ + sourceview_panel.cxx \ template_panel.cxx \ undo.cxx \ widget_browser.cxx \ @@ -142,5 +143,6 @@ rebuild: fluid$(EXEEXT) ./fluid$(EXEEXT) -u -c alignment_panel.fl ./fluid$(EXEEXT) -u -c function_panel.fl ./fluid$(EXEEXT) -u -c print_panel.fl + ./fluid$(EXEEXT) -u -c sourceview_panel.fl ./fluid$(EXEEXT) -u -c template_panel.fl ./fluid$(EXEEXT) -u -c widget_panel.fl |
