Commit 2296458b authored by Pierre Ynard's avatar Pierre Ynard

OSS: fix Modules.am

parent 33166ad9
...@@ -23,6 +23,7 @@ libvlc_LTLIBRARIES += \ ...@@ -23,6 +23,7 @@ libvlc_LTLIBRARIES += \
libaout_file_plugin.la libaout_file_plugin.la
liboss_plugin_la_SOURCES = oss.c liboss_plugin_la_SOURCES = oss.c
liboss_plugin_la_CFLAGS = $(AM_CFLAGS)
liboss_plugin_la_LIBADD = $(AM_LIBADD) $(OSS_LIBS) liboss_plugin_la_LIBADD = $(AM_LIBADD) $(OSS_LIBS)
liboss_plugin_la_DEPENDENCIES = liboss_plugin_la_DEPENDENCIES =
if HAVE_OSS if HAVE_OSS
......
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