diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
index 8170558b495b4bca2c0025b9b8e4bfe657f23525..b10e98ffe997914ba9fd26fe607eb199764e52d7 100644
--- a/modules/video_output/Modules.am
+++ b/modules/video_output/Modules.am
@@ -108,6 +108,11 @@ if HAVE_WIN32
 libvlc_LTLIBRARIES += libdrawable_plugin.la
 endif
 
+### OS/2 ###
+if HAVE_OS2
+libvlc_LTLIBRARIES += libdrawable_plugin.la
+endif
+
 ### EGL ###
 libegl_plugin_la_SOURCES = egl.c
 libegl_plugin_la_CFLAGS = $(AM_CFLAGS) $(EGL_CFLAGS)