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/peerinfo | |
parent | aad4b7344eff4d741e0619ccb3c2ec8cfc6a8b67 (diff) |
-fixing #2405
git-svn-id: https://gnunet.org/svn/gnunet@21795 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/peerinfo')
-rw-r--r-- | src/peerinfo/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index 468fab541c..7ded60a9d9 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -22,7 +22,8 @@ libgnunetpeerinfo_la_SOURCES = \ libgnunetpeerinfo_la_LIBADD = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(XLIB) + $(XLIB) \ + $(LTLIBINTL) libgnunetpeerinfo_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 |