~videolan/vlc/2.1-manual

« back to all changes in this revision

Viewing changes to modules/misc/Modules.am

  • Committer: Benjamin Drung
  • Date: 2013-11-10 14:00:22 UTC
  • Revision ID: bdrung@ubuntu.com-20131110140022-erayzxn0z45yauj4
Manual import commit 5ac4325f5ad4c07c36c47830b36c4c8582a55e4d from vlc-2.1 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
if HAVE_WIN32
24
24
libgnutls_plugin_la_LIBADD += $(SOCKET_LIBS)
25
25
endif
 
26
if HAVE_DARWIN
 
27
libgnutls_plugin_la_LDFLAGS += -Wl,-framework,Security,-framework,CoreFoundation
 
28
endif
26
29
EXTRA_LTLIBRARIES += libgnutls_plugin.la
27
30
libvlc_LTLIBRARIES += $(LTLIBgnutls)
28
31