Files @ 8af1e34f742f
Branch filter:

Location: DistRen/src/server/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 = distrend
distrend_SOURCES = distrend.c
distrend_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistren.la
distrend_CXXFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common