Files @ 4511fa3bd768
Branch filter:

Location: DistRen/src/server/Makefile.am

NEO
added \"#include <time.h>\" to allow the clock() function and clock_t variable to work
1
2
3
4
bin_PROGRAMS = distrend
distrend_SOURCES = distrend.c
distrend_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la
distrend_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common