Files @ 2ae4e48cbbf3
Branch filter:

Location: DistRen/src/client/Makefile.am

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 = distren
distren_SOURCES = distren.c
distren_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistren.la
distren_CXXFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common