summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/Makefile')
-rw-r--r--NxWidgets/nxwm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/Makefile b/NxWidgets/nxwm/Makefile
index 624be08c2..ad9b39e24 100644
--- a/NxWidgets/nxwm/Makefile
+++ b/NxWidgets/nxwm/Makefile
@@ -88,7 +88,8 @@ endif
ifeq ($(CONFIG_NXWM_MEDIAPLAYER),y)
CXXSRCS += cmediaplayer.cxx
ifeq ($(CONFIG_NXWM_LARGE_ICONS),y)
-CXXSRCS += glyph_mediaplayer44x50.cxx glyph_mplayer_controls32x32.cxx
+CXXSRCS += glyph_mediaplayer44x50.cxx glyph_mplayer_controls43x41.cxx
+CXXSRCS += glyph_mediagrip30x30.cxx
else
CXXSRCS += glyph_mediaplayer24x24.cxx glyph_mplayer_controls32x32.cxx
endif