Files @ 281d685d7af6
Branch filter:

Location: DistRen/src/server/Makefile.am

Nick & Matt's laptop
destroyed my own crappy server code to start from scratch

updated the client code to recieve a structure, will prepare to code in some server code giving a structure tomorrow.
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