X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=98b6ea2834d88db5c36aa8bbc96b25ee998e8150;hb=e3647569f0dec8a5c54d4e858dc21ef73ada90f9;hp=cdb95d49cd77c89a03e4ae88306e55880bb46406;hpb=3256b317e42ee69a4771a15e3c30c3a8112342e0;p=paraslash.git diff --git a/configure.ac b/configure.ac index cdb95d49..98b6ea28 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.9], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no) @@ -100,7 +100,7 @@ http_recv dccp_recv recv_common write_common file_write audiod_command client_common recv stdout filter stdin audioc write client exec send_common ggo udp_recv udp_send color fec fecdec_filter prebuffer_filter mm server_command_list afs_command_list audiod_command_list bitstream imdct wma_afh -wma_common wmadec_filter buffer_tree crypt_common +wma_common wmadec_filter buffer_tree crypt_common gui gui_theme " executables="recv filter audioc write client afh audiod" @@ -157,9 +157,8 @@ client_errlist_objs="client net string fd sched stdin stdout time client_ldflags="" gui_cmdline_objs="add_cmdline(gui)" -gui_errlist_objs="exec signal string stat ringbuffer fd" -gui_other_objs="gui gui_theme" -gui_objs="$gui_cmdline_objs $gui_errlist_objs $gui_other_objs" +gui_errlist_objs="exec signal string stat ringbuffer fd gui gui_theme" +gui_objs="$gui_cmdline_objs $gui_errlist_objs" fade_cmdline_objs="add_cmdline(fade)" fade_errlist_objs="fade exec string fd"