If --with-osl-libs is not given, we end up passing "-L" without a corresponding
directory name to the linker.
ipc dccp_send fd user_list chunk_queue afs aft mood score attribute
blob playlist sha1 sched acl send_common udp_send color fec
server_command_list afs_command_list wma_afh wma_common"
-server_ldflags="-losl"
+server_ldflags=""
server_audio_formats="mp3 wma"
write_cmdline_objs="add_cmdline(write file_write)"
extras="$extras server"
executables="$executables server"
AC_SUBST(osl_cppflags)
- server_ldflags="$server_ldflags -L$with_osl_libs"
+ server_ldflags="$server_ldflags $osl_libs -losl"
fi
CPPFLAGS="$OLD_CPPFLAGS"
LDFLAGS="$OLD_LDFLAGS"