diff --git a/trunk/configure b/trunk/configure index 10cea9f86..041a4a177 100755 --- a/trunk/configure +++ b/trunk/configure @@ -268,7 +268,7 @@ fi MODULE_ID="CORE" MODULE_DEPENDS=() ModuleLibIncs=(${SRS_OBJS}) -MODULE_FILES=("srs_core" "srs_core_version" "srs_core_version5" "srs_core_autofree" "srs_core_performance" +MODULE_FILES=("srs_core" "srs_core_version" "srs_core_version6" "srs_core_autofree" "srs_core_performance" "srs_core_time" "srs_core_platform" "srs_core_deprecated") CORE_INCS="src/core"; MODULE_DIR=${CORE_INCS} . $SRS_WORKDIR/auto/modules.sh CORE_OBJS="${MODULE_OBJS[@]}"