Files @ 79047c77112d
Branch filter:

Location: DistRen/src/client/Makefile.am - annotation

LordOfWar
in the client.c file I added some guidlines for sending the command.

In the server I generated code and some guidelines to generate the command to send to the client. I got rid of the pieces_per_frame junk.
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