X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=80d39e793d04ac0e4c4c75c6a2d67311f6eec9dc;hb=312eca6bf2f4b4d9ee9081e3c213883bfe194a96;hp=f3a2d1333f457f2cae6c313456a7fe295a479279;hpb=1e377321c8b4d8ae39f6062035b6017560b4e5b8;p=paraslash.git diff --git a/configure.ac b/configure.ac index f3a2d133..80d39e79 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [git], maan@systemlinux.org) +AC_INIT(paraslash, [0.4.6], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no) @@ -133,7 +133,7 @@ server_errlist_objs="server afh_common mp3_afh vss command net string signal 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)" @@ -268,7 +268,7 @@ else 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"