aboutsummaryrefslogtreecommitdiff
path: root/src/nt/Makefile.am
blob: 2c55ab88fb6075f8d8ccedca3e86c2b4dd5eeff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include

if USE_COVERAGE
  AM_CFLAGS = --coverage
endif

lib_LTLIBRARIES = libgnunetnt.la

libgnunetnt_la_SOURCES = \
  nt.c

libgnunetnt_la_LIBADD = \
 $(top_builddir)/src/util/libgnunetutil.la
libgnunetnt_la_LDFLAGS = \
 $(GN_LIB_LDFLAGS) \
 $(GN_LIBINTL) \
  -version-info 0:0:0

#if ENABLE_TEST_RUN
#TESTS = \
# test_nt
#endif

#check_PROGRAMS= \
# test_nt
#
#test_nt_SOURCES = \
#  test_nt.c
#test_nt_LDADD = \
#  libgnunetnt.la \
#  $(top_builddir)/src/util/libgnunetutil.la  \
#   $(XLIB)