diff options
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 |
