-try with finished
[oweals/gnunet.git] / src / tun / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 if MINGW
4   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5 endif
6
7 if USE_COVERAGE
8   AM_CFLAGS = --coverage -O0
9   XLIB = -lgcov
10 endif
11
12 lib_LTLIBRARIES = libgnunettun.la
13
14 libgnunettun_la_SOURCES = \
15   tun.c
16 libgnunettun_la_LIBADD = \
17  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
18 libgnunettun_la_LDFLAGS = \
19   $(GN_LIB_LDFLAGS)
20