Files @ 3dde26c84524
Branch filter:

Location: DistRen/src/common/Makefile.am

LordOfWar
-renamed blend_frame_watchdog() to frame_watchdog()
-frame_watchdog() now uses the variable watchdog_forgiveness in the distrenjob structure
-watchdog_forgiveness is now is seconds, since it is easier to specify a fraction of an hour with seconds using an integer, rather than trying to use a float or long.
pkglib_LTLIBRARIES = libdistrencommon.la

libdistrencommon_la_SOURCES = options.c options.h execio.h execio.c remoteio.h libremoteio.h remoteio.c asprintf.h asprintf.c
#evidently the following should not be LDADD, but LDFLAGS because automake doesn't like the idea of LDADD for libraries for some reason... or I am very confused
libdistrencommon_la_LIBADD = @DISTLIBS_LIBS@
libdistrencommon_la_CXXFLAGS = @DISTLIBS_CFLAGS@

#see http://sources.redhat.com/autobook/autobook/autobook_91.html
# either increase the revision number or the interface number each release!
libdistrencommon_la_LDFLAGS = -version-info 0:0:0