]> git.sesse.net Git - vlc/commitdiff
access: make sure that the screen module is compiled for OSX by default (closes ...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 24 Feb 2013 06:42:08 +0000 (22:42 -0800)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 24 Feb 2013 06:42:33 +0000 (22:42 -0800)
modules/access/Modules.am

index 64f5dbfb552dd6c17edb47e555e8529d181d36ad..d4bfa25c362b5a62af2935006a0855ac79b69c14 100644 (file)
@@ -184,6 +184,7 @@ if HAVE_DARWIN
 libscreen_plugin_la_SOURCES += screen/mac.c
 libscreen_plugin_la_LDFLAGS = $(AM_LDFLAGS)
 libscreen_plugin_la_LDFLAGS += "-Wl,-framework,OpenGL,-framework,ApplicationServices"
+libvlc_LTLIBRARIES += libscreen_plugin.la
 endif