diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-06-29 11:35:58 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-06-29 11:36:09 +0200 |
| commit | 8d4b0c15f795ec431983f4b04357417e6c8dba77 (patch) | |
| tree | 237becc1e29bf0a552e7700b231efcbd4431b97a /src/Makefile | |
| parent | 26e6c3f930a052a1e729d160b0e8e5b6042b5018 (diff) | |
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.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
