remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific 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   -version-info 0:0:0
18
19 #if ENABLE_TEST_RUN
20 #TESTS = \
21 # test_nt
22 #endif
23
24 #check_PROGRAMS= \
25 # test_nt
26 #
27 #test_nt_SOURCES = \
28 #  test_nt.c
29 #test_nt_LDADD = \
30 #  libgnunetnt.la \
31 #  $(top_builddir)/src/util/libgnunetutil.la  \
32 #   $(XLIB)