Commit 26ce585e authored by Rafaël Carré's avatar Rafaël Carré

remoteosd: handle VLC_ADD_LIBS

parent 525abdab
...@@ -37,7 +37,7 @@ endif ...@@ -37,7 +37,7 @@ endif
libremoteosd_plugin_la_SOURCES = remoteosd.c remoteosd_rfbproto.h libremoteosd_plugin_la_SOURCES = remoteosd.c remoteosd_rfbproto.h
libremoteosd_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS) 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 = libremoteosd_plugin_la_DEPENDENCIES =
if HAVE_GCRYPT if HAVE_GCRYPT
libvlc_LTLIBRARIES += libremoteosd_plugin.la libvlc_LTLIBRARIES += libremoteosd_plugin.la
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment