Files @ d6e050f635ca
Branch filter:

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

ethanzonca@localhost.localdomain
Removed non-uploader stuff from client.c, added some master/slave blender code that needs to be fleshed out alot, along with some mysql stuff that should be moved to common eventually.
1
2
3
4
bin_PROGRAMS = distrend
distrend_SOURCES = distrend.c
distrend_LDADD = @DISTLIBS_LIBS@ @MYSQL_LIBS@ @top_builddir@/src/common/libdistrencommon.la
distrend_CFLAGS = @DISTLIBS_CFLAGS@ @MYSQL_CFLAGS@ -I@top_srcdir@/src/common