INCLUDES = -I$(top_srcdir)/src/include if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols endif if USE_COVERAGE AM_CFLAGS = --coverage -O0 XLIB = -lgcov endif lib_LTLIBRARIES = libgnunettesting.la libgnunettesting_la_SOURCES = \ testing.c \ testing_group.c \ testing_testbed.c libgnunettesting_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) #check_PROGRAMS = \ # test_testing # #TESTS = $(check_PROGRAMS) # #test_testing_SOURCES = \ # test_testing.c #test_testing_LDADD = \ # $(top_builddir)/src/testing/libgnunettesting.la \ # $(top_builddir)/src/util/libgnunetutil.la