Files @ 8ef16b5f6624
Branch filter:

Location: DistRen/src/server/Makefile.am

LordOfWar
-adjusted parameters of functions so that the pointer to the head function has to be passed to them
-updated faulty notes
-edited main() so that it set the priority of the head distrenjob to zero
-changed queue() to prepare_distrenjob()
-deleted global \"struc distrenjob *head\" variable because it is created in main()
COMMON_SOURCES =  slavefuncs.c slavefuncs.h distrenjob.c distrenjob.h

bin_PROGRAMS = distrend distrenslave
distrend_SOURCES = distrend.c ${COMMON_SOURCES}
distrend_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la
distrend_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common

distrenslave_SOURCES = slave.c ${COMMON_SOURCES}
distrenslave_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la
distrenslave_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common