From 2ddfd9d9492d9fc1df111ec9211dd1be4d424c35 Mon Sep 17 00:00:00 2001 From: wcout Date: Sat, 21 Jan 2023 17:27:58 +0100 Subject: Animated GIF support (Fl_Anim_GIF_Image class) (#375) --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index cbba4076d..f491ce2d8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -230,6 +230,7 @@ IMGCPPFILES = \ Fl_BMP_Image.cxx \ Fl_File_Icon2.cxx \ Fl_GIF_Image.cxx \ + Fl_Anim_GIF_Image.cxx \ Fl_Help_Dialog.cxx \ Fl_ICO_Image.cxx \ Fl_JPEG_Image.cxx \ -- cgit v1.2.3