From 814d642e5da5e1be5dbfb609f43b25313487aa11 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 29 Aug 2023 02:20:45 +0200 Subject: 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. --- fluid/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid/Makefile') 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 -- cgit v1.2.3