From 8d4b0c15f795ec431983f4b04357417e6c8dba77 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:35:58 +0200 Subject: Move class Fl_SVG_File_Surface from libfltk to libfltk_images. File examples/SVG_File_Surface.cxx is no longer useful because it was a very partial implementation of what is now class Fl_SVG_File_Surface. --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 7fde7e8c9..92215fbae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -212,7 +212,8 @@ IMGCPPFILES = \ Fl_PNG_Image.cxx \ Fl_PNM_Image.cxx \ Fl_Image_Reader.cxx \ - Fl_SVG_Image.cxx + Fl_SVG_Image.cxx \ + drivers/SVG/Fl_SVG_File_Surface.cxx CFILES = fl_call_main.c flstring.c numericsort.c vsnprintf.c @@ -305,8 +306,7 @@ GDICFILES = \ PSCPPFILES = \ drivers/PostScript/Fl_PostScript.cxx \ - drivers/PostScript/Fl_PostScript_image.cxx \ - drivers/SVG/Fl_SVG_File_Surface.cxx + drivers/PostScript/Fl_PostScript_image.cxx ################################################################ FLTKFLAGS = -DFL_LIBRARY -- cgit v1.2.3