summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-04-07 10:43:55 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-04-07 10:44:20 +0200
commit8e92ce49a88480df4851e7e1726ca0fca0173635 (patch)
treec3e0f700850fbd8886fbd8daebdffb66b287ba6e /src/Makefile
parentd46351a5917e66fdc990646da4b51402d6bac265 (diff)
Move Fl_Image_Reader.cxx to libfltk_images where it belongs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
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