Files @ 8af1e34f742f
Branch filter:

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

LordOfWar
added noted out code to the client to call for the get_task function which I created in the client distren.c file

added a blender class and get_task function to the server distrend.c file
1
2
3
4
bin_PROGRAMS = distren
distren_SOURCES = distren.c
distren_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistren.la
distren_CXXFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common