aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-09 16:44:34 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-09 16:44:34 +0000
commit428ea7205a76b37863e7d987512aaae45029f37b (patch)
treee5913de23b7b2ff26c337092c19b341adb78a243 /src/vpn/Makefile.am
parent0e770eb262e25bd2d2b268d2f72c4918280a4a2a (diff)
downloadgnunet-428ea7205a76b37863e7d987512aaae45029f37b.tar.gz
gnunet-428ea7205a76b37863e7d987512aaae45029f37b.zip
-LRN add missing dependency
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 6dcc85f67..28eb86b7d 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -70,6 +70,8 @@ gnunet_vpn_LDADD = \
70 $(top_builddir)/src/vpn/libgnunetvpn.la \ 70 $(top_builddir)/src/vpn/libgnunetvpn.la \
71 $(top_builddir)/src/util/libgnunetutil.la \ 71 $(top_builddir)/src/util/libgnunetutil.la \
72 $(GN_LIBINTL) 72 $(GN_LIBINTL)
73gnunet_vpn_DEPENDENCIES = \
74 libgnunetvpn.la
73 75
74libgnunetvpn_la_SOURCES = \ 76libgnunetvpn_la_SOURCES = \
75 vpn_api.c vpn.h 77 vpn_api.c vpn.h