From 1a28d85dc3f8f062401002bebc8e8a59805cce9b Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 3 Sep 2017 13:14:25 +0000 Subject: Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12413 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 3c7575981..5803413b3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -209,7 +209,8 @@ IMGCPPFILES = \ Fl_Help_Dialog.cxx \ Fl_JPEG_Image.cxx \ Fl_PNG_Image.cxx \ - Fl_PNM_Image.cxx + Fl_PNM_Image.cxx \ + Fl_SVG_Image.cxx CFILES = fl_call_main.c flstring.c numericsort.c vsnprintf.c -- cgit v1.2.3