aboutsummaryrefslogtreecommitdiff
path: root/src/tun
diff options
context:
space:
mode:
Diffstat (limited to 'src/tun')
-rw-r--r--src/tun/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am
index 1b42e53ec..e3e31d785 100644
--- a/src/tun/Makefile.am
+++ b/src/tun/Makefile.am
@@ -35,11 +35,11 @@ test_tun_SOURCES = \
35 test_tun.c 35 test_tun.c
36test_tun_LDADD = \ 36test_tun_LDADD = \
37 $(top_builddir)/src/util/libgnunetutil.la \ 37 $(top_builddir)/src/util/libgnunetutil.la \
38 $(top_builddir)/src/tun/libgnunettun.la 38 libgnunettun.la
39 39
40 40
41test_regex_SOURCES = \ 41test_regex_SOURCES = \
42 test_regex.c 42 test_regex.c
43test_regex_LDADD = \ 43test_regex_LDADD = \
44 $(top_builddir)/src/util/libgnunetutil.la \ 44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(top_builddir)/src/tun/libgnunettun.la 45 libgnunettun.la