Files @ 2c72cec363fa
Branch filter:

Location: DistRen/src/client/Makefile.am

ohnobinki@localhost
made the client call a function in the shared space just to test linking
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