Files @ 387c6b396ee5
Branch filter:

Location: DistRen/src/common/Makefile.am

LordOfWar
finished status report generator to count the number of frames completed and update the int variable in the blendjob structure. Still need to add code to count the number of frames assigned and the percent done.

How do you round an interger to 2 decimal places?

moved possibility to secondary upload location to blendjob structure from the frameset structure... cause its not gonna change in between frames... it would just waste a ton of memory.

Still need to add more comments to the status report generator.
pkglib_LTLIBRARIES = libdistrencommon.la

libdistrencommon_la_SOURCES = options.c options.h execio.h execio.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