diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-04-07 10:43:55 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-04-07 10:44:20 +0200 |
| commit | 8e92ce49a88480df4851e7e1726ca0fca0173635 (patch) | |
| tree | c3e0f700850fbd8886fbd8daebdffb66b287ba6e /src/Makefile | |
| parent | d46351a5917e66fdc990646da4b51402d6bac265 (diff) | |
Move Fl_Image_Reader.cxx to libfltk_images where it belongs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 76027fe2b..729dd40d2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,7 +48,6 @@ CPPFILES = \ Fl_Group.cxx \ Fl_Help_View.cxx \ Fl_Image.cxx \ - Fl_Image_Reader.cxx \ Fl_Image_Surface.cxx \ Fl_Input.cxx \ Fl_Input_.cxx \ @@ -212,6 +211,7 @@ IMGCPPFILES = \ Fl_JPEG_Image.cxx \ Fl_PNG_Image.cxx \ Fl_PNM_Image.cxx \ + Fl_Image_Reader.cxx \ Fl_SVG_Image.cxx |
