aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
commit6207eae11f18c00b2f1fcf1eb8963d03d1b10b40 (patch)
treeab350f9d3be8b74edab2062520327ce859e803e5 /src/peerinfo/Makefile.am
parentbf3c0179736ca876b87abe997312ad2ece34221b (diff)
downloadgnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.tar.gz
gnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.zip
-fixing #2405
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r--src/peerinfo/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 468fab541..7ded60a9d 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -22,7 +22,8 @@ libgnunetpeerinfo_la_SOURCES = \
22libgnunetpeerinfo_la_LIBADD = \ 22libgnunetpeerinfo_la_LIBADD = \
23 $(top_builddir)/src/hello/libgnunethello.la \ 23 $(top_builddir)/src/hello/libgnunethello.la \
24 $(top_builddir)/src/util/libgnunetutil.la \ 24 $(top_builddir)/src/util/libgnunetutil.la \
25 $(XLIB) 25 $(XLIB) \
26 $(LTLIBINTL)
26libgnunetpeerinfo_la_LDFLAGS = \ 27libgnunetpeerinfo_la_LDFLAGS = \
27 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 28 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
28 -version-info 0:0:0 29 -version-info 0:0:0