From 92e9181a0a885b2b58e002e3a5e76152763388a2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 16 Jan 2022 19:02:36 +0100 Subject: Rename FL/fl_string.h to FL/fl_string_functions.h This is part 1 of the final fix for a previous name clash on case insensitive file systems (fl_string.h vs. Fl_String.H). --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 47c0615cc..6c0b1e6d4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -158,7 +158,7 @@ CPPFILES = \ fl_shadow_box.cxx \ fl_shortcut.cxx \ fl_show_colormap.cxx \ - fl_string.cxx \ + fl_string_functions.cxx \ fl_symbols.cxx \ fl_utf8.cxx \ fl_vertex.cxx \ -- cgit v1.2.3