Files @ 2ae4e48cbbf3
Branch filter:

Location: DistRen/src/common/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
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@