From 26ce585efb09e224f6a5fcdd7dbf7201cced4c4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 26 Nov 2011 15:00:43 -0500 Subject: [PATCH] remoteosd: handle VLC_ADD_LIBS --- modules/video_filter/Modules.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2