aboutsummaryrefslogtreecommitdiff
path: root/src/hello/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 18:53:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 18:53:15 +0000
commit9ccfc6d872f48b318ea820c8de0f4bf92e14427a (patch)
tree7bf175f4f0182fda1b1c4c65e95777764ad2f975 /src/hello/Makefile.am
parent2a91d7a296a03a55f5b707344c81c626f1bb9d16 (diff)
downloadgnunet-9ccfc6d872f48b318ea820c8de0f4bf92e14427a.tar.gz
gnunet-9ccfc6d872f48b318ea820c8de0f4bf92e14427a.zip
-version bumps in anticipation of release
Diffstat (limited to 'src/hello/Makefile.am')
-rw-r--r--src/hello/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 0122a1918..1788e8f65 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -16,7 +16,8 @@ libgnunethello_la_SOURCES = \
16libgnunethello_la_LIBADD = \ 16libgnunethello_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
18libgnunethello_la_LDFLAGS = \ 18libgnunethello_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) 19 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0
20 21
21check_PROGRAMS = \ 22check_PROGRAMS = \
22 test_hello 23 test_hello