X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=d592fba8e560eaed0bed40d552263f6121c6401e;hp=d5e52839f8998ab89db35b9f657be627d0a6fc0a;hb=44779382f0699be6b8daeeb25e7e1a2c40116d4b;hpb=fc8dfbb416ff07cca08fbf4e13efcaa25e17cc54 diff --git a/configure.ac b/configure.ac index d5e52839..d592fba8 100644 --- a/configure.ac +++ b/configure.ac @@ -472,7 +472,6 @@ fi if test -n "$CRYPTOLIB"; then build_client="yes" executables="$executables client" - client_cmdline_objs="client" client_errlist_objs=" client net @@ -488,7 +487,6 @@ if test -n "$CRYPTOLIB"; then crypt_common base64 version - ggo " if test "$CRYPTOLIB" = openssl; then client_errlist_objs="$client_errlist_objs crypt" @@ -498,8 +496,8 @@ if test -n "$CRYPTOLIB"; then if test $HAVE_READLINE = yes; then client_errlist_objs="$client_errlist_objs interactive" fi - client_objs="add_cmdline($client_cmdline_objs) $client_errlist_objs" - AC_SUBST(client_objs, add_dot_o($client_objs)) + client_objs="$client_errlist_objs" + AC_SUBST(client_objs, add_dot_o($client_errlist_objs)) else build_client="no" fi @@ -512,7 +510,6 @@ if test -n "$CRYPTOLIB"; then audiod compress_filter file_write - client amp_filter prebuffer_filter sync_filter @@ -621,8 +618,7 @@ fi if test $HAVE_OSS = yes -o $HAVE_ALSA = yes; then build_fade="yes" executables="$executables fade" - fade_cmdline_objs="fade" - fade_errlist_objs="fade exec string fd version ggo" + fade_errlist_objs="fade exec string fd version" if test $HAVE_OSS = yes; then fade_errlist_objs="$fade_errlist_objs oss_mix" mixers="${mixers}oss " @@ -633,7 +629,7 @@ if test $HAVE_OSS = yes -o $HAVE_ALSA = yes; then mixers="${mixers}alsa " default_mixer="ALSA_MIX" fi - fade_objs="add_cmdline($fade_cmdline_objs) $fade_errlist_objs" + fade_objs="$fade_errlist_objs" AC_SUBST(fade_objs, add_dot_o($fade_objs)) enum="$( for i in $mixers; do @@ -850,7 +846,6 @@ play_errlist_objs=" play fd sched - ggo buffer_tree time string @@ -884,7 +879,6 @@ play_cmdline_objs=" amp_filter prebuffer_filter file_write - play sync_filter " if test "$have_core_audio" = "yes"; then