]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
Convert para_client to lopsub.
[paraslash.git] / configure.ac
index d5e52839f8998ab89db35b9f657be627d0a6fc0a..a22c5f1a96fa5d31e68007ea76f390913ae439f1 100644 (file)
@@ -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