use NULL value in load_path_suffix to NOT load any files
[oweals/gnunet.git] / src / nt / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include
3
4 if USE_COVERAGE
5   AM_CFLAGS = --coverage
6 endif
7
8 lib_LTLIBRARIES = libgnunetnt.la
9
10 libgnunetnt_la_SOURCES = \
11   nt.c
12
13 libgnunetnt_la_LIBADD = \
14  $(top_builddir)/src/util/libgnunetutil.la
15 libgnunetnt_la_LDFLAGS = \
16  $(GN_LIB_LDFLAGS) \
17  $(GN_LIBINTL) \
18   -version-info 0:0:0
19
20 #if ENABLE_TEST_RUN
21 #TESTS = \
22 # test_nt
23 #endif
24
25 #check_PROGRAMS= \
26 # test_nt
27 #
28 #test_nt_SOURCES = \
29 #  test_nt.c
30 #test_nt_LDADD = \
31 #  libgnunetnt.la \
32 #  $(top_builddir)/src/util/libgnunetutil.la  \
33 #   $(XLIB)