diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-07 07:32:37 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-07 07:32:37 +0000 |
commit | 45b9322d3bd586e8cb6181468c455d0d976ec17a (patch) | |
tree | ab350f9d3be8b74edab2062520327ce859e803e5 /src/tun | |
parent | aad4b7344eff4d741e0619ccb3c2ec8cfc6a8b67 (diff) |
-fixing #2405
git-svn-id: https://gnunet.org/svn/gnunet@21795 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/tun')
-rw-r--r-- | src/tun/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am index 390ce9e1ec..3b2b573b6a 100644 --- a/src/tun/Makefile.am +++ b/src/tun/Makefile.am @@ -14,7 +14,8 @@ lib_LTLIBRARIES = libgnunettun.la libgnunettun_la_SOURCES = \ tun.c libgnunettun_la_LIBADD = \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIB) + $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ + $(LTLIBINTL) libgnunettun_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ -version-info 0:0:0 |