Files @ a6a648e19f34
Branch filter:

Location: DistRen/src/tests/Makefile.am

NEO
added struct general_info and added statements through out the code to update it... but due to errors it doesn't seem to have recognized the struct...
1
2
3
4
5
TESTS=check_execio
check_PROGRAMS=check_execio
check_execio_SOURCES = check_execio.c
check_execio_CFLAGS = @CHECK_CFLAGS@ -I$(top_builddir)/src/common
check_execio_LDADD = $(top_builddir)/src/common/libdistren.la @CHECK_LIBS@