Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r2fbc904 r0ea0b8f  
    137137                \'--enable-gprofiler=*) ;;
    138138                \'--disable-gprofiler) ;;
    139 
    140                 # skip this, it only causes problems
    141                 \'--srcdir=*) ;;
    142139
    143140                # append all other arguments to the sub configure arguments
     
    205202
    206203        LIBCFA_TARGET_DIRS="${LIBCFA_TARGET_DIRS} ${lib_dir}"
    207         LIBCFA_1TARGET_DIR="${lib_dir}"
    208204        LIBCFA_TARGET_MAKEFILES="${LIBCFA_TARGET_MAKEFILES} ${lib_dir}/Makefile"
    209205
     
    217213
    218214AC_SUBST(LIBCFA_TARGET_DIRS)
    219 AC_SUBST(LIBCFA_1TARGET_DIR)
    220215AC_SUBST(LIBCFA_TARGET_MAKEFILES)
    221216
     
    283278        driver/Makefile
    284279        src/Makefile
    285         libcfa/Makefile:libcfa/Makefile.dist.in
     280        benchmark/Makefile
    286281        tests/Makefile
    287282        longrun_tests/Makefile
    288         benchmark/Makefile
    289283        tools/Makefile
    290284        tools/prettyprinter/Makefile
Note: See TracChangeset for help on using the changeset viewer.