aboutsummaryrefslogtreecommitdiff
path: root/src/tun
diff options
context:
space:
mode:
Diffstat (limited to 'src/tun')
-rw-r--r--src/tun/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am
index 31de64667..390ce9e1e 100644
--- a/src/tun/Makefile.am
+++ b/src/tun/Makefile.am
@@ -16,7 +16,8 @@ libgnunettun_la_SOURCES = \
16libgnunettun_la_LIBADD = \ 16libgnunettun_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
18libgnunettun_la_LDFLAGS = \ 18libgnunettun_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) 19 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0
20 21
21 22
22check_PROGRAMS = \ 23check_PROGRAMS = \