Skip to content
Snippets Groups Projects
Commit 3cc1cfe0 authored by graham's avatar graham
Browse files
parents b7b12631 b95fb53a
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ unset COMP_FLAGS LINK_FLAGS ...@@ -11,7 +11,7 @@ unset COMP_FLAGS LINK_FLAGS
# #
if [ -f /usr/include/sys/inotify.h -a "${1%USE_STAT}" = "$1" ] if [ -f /usr/include/sys/inotify.h -a "${1%USE_STAT}" = "$1" ]
then 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" export COMP_FLAGS="-DFOAM_USE_INOTIFY"
else else
unset COMP_FLAGS unset COMP_FLAGS
......
...@@ -164,6 +164,8 @@ $(SEXE): $(OBJECTS) ...@@ -164,6 +164,8 @@ $(SEXE): $(OBJECTS)
# define link statements for libraries # define link statements for libraries
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
objects: $(OBJECTS)
libso: $(LIB).$(SO) libso: $(LIB).$(SO)
@echo \'$(LIB).$(SO)\' is up to date. @echo \'$(LIB).$(SO)\' is up to date.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment