X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=42860bbb74009330826719c2c4a2d7fecde721ef;hp=f518f89af154933ffaa64401ba1086b7e3f369c9;hb=56e54c8c75d59a8e5072451941aa56c727d99d26;hpb=b92a1de60b4988ba966b16948e9a331a0ac35e60 diff --git a/configure.ac b/configure.ac index f518f89a..42860bbb 100644 --- a/configure.ac +++ b/configure.ac @@ -377,7 +377,7 @@ UNSTASH_FLAGS if test -n "$CRYPTOLIB" && test $HAVE_OSL = yes && test -n "$BISON" && \ test -n "$FLEX"; then build_server="yes" - executables="$executables server" + executables="$executables server upgrade_db" server_errlist_objs=" server afh_common @@ -437,6 +437,17 @@ if test -n "$CRYPTOLIB" && test $HAVE_OSL = yes && test -n "$BISON" && \ else build_server="no" fi +############################################################# upgrade_db +upgrade_db_objs=' + crypt_common + exec + fd + string + upgrade_db + version + base64 +' +AC_SUBST(upgrade_db_objs, add_dot_o($upgrade_db_objs)) ############################################################# client if test -n "$CRYPTOLIB"; then build_client="yes" @@ -855,6 +866,7 @@ id3 version 2 support: $HAVE_ID3TAG faad: $HAVE_FAAD audio format handlers: $audio_format_handlers +exe: $executables para_server: $build_server para_gui: $build_gui para_mixer: $build_mixer