Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
graham
2010-11-25 16:58:19 +00:00
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ unset COMP_FLAGS LINK_FLAGS
#
if [ -f /usr/include/sys/inotify.h -a "${1%USE_STAT}" = "$1" ]
then
echo "Found <sys/inotify.h> -- using inotify for file monitoring."
echo "Found <sys/inotify.h> -- enabling inotify for file monitoring."
export COMP_FLAGS="-DFOAM_USE_INOTIFY"
else
unset COMP_FLAGS

View File

@ -164,6 +164,8 @@ $(SEXE): $(OBJECTS)
# define link statements for libraries
#------------------------------------------------------------------------------
objects: $(OBJECTS)
libso: $(LIB).$(SO)
@echo \'$(LIB).$(SO)\' is up to date.