]> git.sesse.net Git - vlc/commitdiff
remoteosd: handle VLC_ADD_LIBS
authorRafaël Carré <funman@videolan.org>
Sat, 26 Nov 2011 20:00:43 +0000 (15:00 -0500)
committerRafaël Carré <funman@videolan.org>
Sat, 26 Nov 2011 20:00:43 +0000 (15:00 -0500)
modules/video_filter/Modules.am

index 6189f93f5cebef12f11e4b7a136f84c1bcee30b9..7bb16278812b402307bfef8ae49ccb1b2ed25035 100644 (file)
@@ -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