Files @ 25ea5b51c17a
Branch filter:

Location: DistRen/src/common/Makefile.am - annotation

LordOfWar
removed avg_render_time from distrenjob structure
removed time_remaining from distrenjob structure
removed percent_done from distrenjob structure
-- values that don't need to be calculated by the server

-added total_render_time to distrenjob structure
-changed finish_frame() to increase total_render_time by the time it took the frame to render
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