Files @ 2ccb6e87cf77
Branch filter:

Location: DistRen/src/common/Makefile.am

LordOfWar
in the server program I removed crap code that ran coninously, will add new code soon.

in the client file I added working code to tell blender to render a file in the same folder as the program, and added variables to recieve the file name and frame number to render.
1
2
3
4
5
6
pkglib_LTLIBRARIES = libdistren.la

libdistren_la_SOURCES = options.c options.h
#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
libdistren_la_LIBADD = @DISTLIBS_LIBS@
libdistren_la_CXXFLAGS = @DISTLIBS_CFLAGS@