Changeset 1464
- Timestamp:
- 07/12/05 17:15:52 (3 years ago)
- Files:
-
- hydranode/configure.ac (modified) (3 diffs)
- hydranode/modules/mailnotify (added)
- hydranode/modules/mailnotify/Makefile.am (added)
- hydranode/modules/mailnotify/mailnotify.cpp (added)
- hydranode/modules/mailnotify/mailnotify.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/configure.ac
r1419 r1464 232 232 case $with_http in yes) build_modules="$build_modules http";; esac 233 233 case $with_cgcomm in yes) build_modules="$build_modules cgcomm";; esac 234 case $with_mailnotify in yes) build_modules="$build_modules mailnotify";; esac 234 235 235 236 builtin=`echo $builtin | sed 's/,/\ /'` # Replace commas with spaces … … 249 250 cgcomm) AC_SUBST(cgcomm_cpp, [-DBUILT_IN]);; 250 251 http) AC_SUBST(http_cpp, [-DBUILT_IN]);; 252 mailnotify) AC_SUBST(mailnotify_cpp, [-DBUILT_IN]);; 251 253 esac 252 254 builtin_flag=built-in.o … … 267 269 modules/hnsh/Makefile 268 270 modules/minimal/Makefile 271 modules/mailnotify/Makefile 269 272 zlib/Makefile 270 273 src/Makefile
