Files @ 7b322e60270c
Branch filter:

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

binki
a few polishes to execio

maybe we're ready to start working on:
common configfile setup
and then remoteio, which uses the configfile
1
2
3
4
bin_PROGRAMS = distren
distren_SOURCES = distren.c
distren_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistren.la @XML_LIBS@
distren_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common @XML_CPPFLAGS@