Files @ 7b322e60270c
Branch filter:

Location: DistRen/src/common/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
5
6
pkglib_LTLIBRARIES = libdistren.la

libdistren_la_SOURCES = options.c options.h execio.h execio.c
#evidently the following should not be LDADD, but LDFLAGS because automake doesn't like the idea of LDADD for libraries for some reason... or I am very confused
libdistren_la_LIBADD = @DISTLIBS_LIBS@
libdistren_la_CXXFLAGS = @DISTLIBS_CFLAGS@