Changes in configure.ac [0ea0b8f:2fbc904]
- File:
-
- 1 edited
-
configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r0ea0b8f r2fbc904 137 137 \'--enable-gprofiler=*) ;; 138 138 \'--disable-gprofiler) ;; 139 140 # skip this, it only causes problems 141 \'--srcdir=*) ;; 139 142 140 143 # append all other arguments to the sub configure arguments … … 202 205 203 206 LIBCFA_TARGET_DIRS="${LIBCFA_TARGET_DIRS} ${lib_dir}" 207 LIBCFA_1TARGET_DIR="${lib_dir}" 204 208 LIBCFA_TARGET_MAKEFILES="${LIBCFA_TARGET_MAKEFILES} ${lib_dir}/Makefile" 205 209 … … 213 217 214 218 AC_SUBST(LIBCFA_TARGET_DIRS) 219 AC_SUBST(LIBCFA_1TARGET_DIR) 215 220 AC_SUBST(LIBCFA_TARGET_MAKEFILES) 216 221 … … 278 283 driver/Makefile 279 284 src/Makefile 280 benchmark/Makefile285 libcfa/Makefile:libcfa/Makefile.dist.in 281 286 tests/Makefile 282 287 longrun_tests/Makefile 288 benchmark/Makefile 283 289 tools/Makefile 284 290 tools/prettyprinter/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.