Files @ 8153c9bca64c
Branch filter:

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

NEO
frame_finder(); changes
- changed your_frame=null to your_frame=0
- replaced a placeholder variable (x) with frameset_counter.

status_report_generator changes
- changed some if(meh = meh) to if(meh == meh).
1
2
3
4
bin_PROGRAMS = distrend
distrend_SOURCES = distrend.c
distrend_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la
distrend_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common