summaryrefslogtreecommitdiff
path: root/fluid/Makefile
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-26 23:31:12 +0200
committerMatthias Melcher <github@matthiasm.com>2023-10-26 23:31:29 +0200
commit0b408792c083eb64a5ca737bdbcb30b1d64042e9 (patch)
tree51b791729ea8be5bb741088cba12c24a9c4034c5 /fluid/Makefile
parent8663b867497de6d370b9c8376c4bdfc909744663 (diff)
FLUID: Refactors MergeBack
* moved functionality into its own files * refactored all methods to be less than a page * documented all calls * tested all situations I could think of
Diffstat (limited to 'fluid/Makefile')
-rw-r--r--fluid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index 23e44dcbf..0fa834ebf 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -39,6 +39,7 @@ CPPFILES = \
fluid.cxx \
fluid_filename.cxx \
function_panel.cxx \
+ mergeback.cxx \
pixmaps.cxx \
shell_command.cxx \
sourceview_panel.cxx \