Files @ 2ae4e48cbbf3
Branch filter:

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

Nick & Matt's laptop
added some code to the server, mainly brainstorming...

- declared a "blender_job_server" structure
- declared a "blender_job_client" structure
- created a "blender_text_job_parser" function (draft)
- created a "blender_job_que" function (draft)
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