aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-05 12:00:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-05 12:00:41 +0000
commit05e1eb339751b593c50cf40c3277e41a1fe02133 (patch)
tree01413a583eea1183f036c05ad352fc00a1154a56 /src/stream
parent0d5c03f33e0162b2a078d73ba693f397898022cb (diff)
downloadgnunet-05e1eb339751b593c50cf40c3277e41a1fe02133.tar.gz
gnunet-05e1eb339751b593c50cf40c3277e41a1fe02133.zip
-version bumping
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index a8afd93cb..8a5e141ab 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -18,7 +18,8 @@ libgnunetstream_la_LIBADD = \
18 $(top_builddir)/src/lockmanager/libgnunetlockmanager.la \ 18 $(top_builddir)/src/lockmanager/libgnunetlockmanager.la \
19 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 19 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
20libgnunetstream_la_LDFLAGS = \ 20libgnunetstream_la_LDFLAGS = \
21 $(GN_LIB_LDFLAGS) 21 $(GN_LIB_LDFLAGS) \
22 -version-info 0:0:0
22 23
23if HAVE_BENCHMARKS 24if HAVE_BENCHMARKS
24 STREAM_BENCHMARKS = \ 25 STREAM_BENCHMARKS = \