1 INCLUDES = -I$(top_srcdir)/src/include
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -luuid -liconv -lstdc++ -lcomdlg32 -lgdi32
8 AM_CFLAGS = --coverage -O0
12 lib_LTLIBRARIES = libgnunetdht.la
14 libgnunetdht_la_SOURCES = \
16 libgnunetdht_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la \
19 libgnunetdht_la_LDFLAGS = \
20 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
27 gnunet_service_dht_SOURCES = \
29 gnunet_service_dht_LDADD = \
30 $(top_builddir)/src/statistics/libgnunetstatistics.la \
31 $(top_builddir)/src/core/libgnunetcore.la \
32 $(top_builddir)/src/datastore/libgnunetdatastore.la \
33 $(top_builddir)/src/util/libgnunetutil.la
39 TESTS = $(check_PROGRAMS) # $(check_SCRIPTS)
41 test_dht_api_SOURCES = \
43 test_dht_api_LDADD = \
44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(top_builddir)/src/dht/libgnunetdht.la
48 test_dht_api_data.conf
51 # test_gnunet_peerinfo.sh