Files @ 7df3f36d8160
Branch filter:

Location: DistRen/src/server/Makefile.am

ohnobinki@localhost
added /src/common and Makefile rules to build a library of stuff shared between the client/server
1
2
3
4
bin_PROGRAMS = distrend
distrend_SOURCES = distrend.c
distrend_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistren.la
distrend_CXXFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common