Changeset - b736c8defb0d
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-24 21:11:02
ohnobinki@ohnopublishing.net
updated Makefile.am for distrenslave
1 file changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/Makefile.am
Show inline comments
 
bin_PROGRAMS = distrend
 
distrend_SOURCES = distrend.c
 
bin_PROGRAMS = distrend distrenslave
 
distrend_SOURCES = distrend.c slavefuncs.c
 
distrend_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la
 
distrend_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common
 

	
 
distrenslave_SOURCES = slave.c slavefuncs.c
 
distrenslave_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la
 
distrend_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common
0 comments (0 inline, 0 general)