[vlc-commits] remoteosd: handle VLC_ADD_LIBS
Rafaël Carré
git at videolan.org
Sat Nov 26 21:01:07 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 26 15:00:43 2011 -0500| [26ce585efb09e224f6a5fcdd7dbf7201cced4c4a] | committer: Rafaël Carré
remoteosd: handle VLC_ADD_LIBS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=26ce585efb09e224f6a5fcdd7dbf7201cced4c4a
---
modules/video_filter/Modules.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am
index 6189f93..7bb1627 100644
--- a/modules/video_filter/Modules.am
+++ b/modules/video_filter/Modules.am
@@ -37,7 +37,7 @@ endif
libremoteosd_plugin_la_SOURCES = remoteosd.c remoteosd_rfbproto.h
libremoteosd_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
-libremoteosd_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS)
+libremoteosd_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS) $(LIBS_remoteosd)
libremoteosd_plugin_la_DEPENDENCIES =
if HAVE_GCRYPT
libvlc_LTLIBRARIES += libremoteosd_plugin.la
More information about the vlc-commits
mailing list