From: Rafaël Carré Date: Sat, 26 Nov 2011 20:00:43 +0000 (-0500) Subject: remoteosd: handle VLC_ADD_LIBS X-Git-Tag: 1.3.0-git~31 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=26ce585efb09e224f6a5fcdd7dbf7201cced4c4a;p=vlc remoteosd: handle VLC_ADD_LIBS --- diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am index 6189f93f5c..7bb1627881 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