aboutsummaryrefslogtreecommitdiff
path: root/src/dns
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/dns
parent2a91d7a296a03a55f5b707344c81c626f1bb9d16 (diff)
downloadgnunet-9ccfc6d872f48b318ea820c8de0f4bf92e14427a.tar.gz
gnunet-9ccfc6d872f48b318ea820c8de0f4bf92e14427a.zip
-version bumps in anticipation of release
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 6e25d81bf..efaea0f50 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -84,14 +84,16 @@ libgnunetdnsparser_la_SOURCES = \
84libgnunetdnsparser_la_LIBADD = \ 84libgnunetdnsparser_la_LIBADD = \
85 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 85 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
86libgnunetdnsparser_la_LDFLAGS = \ 86libgnunetdnsparser_la_LDFLAGS = \
87 $(GN_LIB_LDFLAGS) 87 $(GN_LIB_LDFLAGS) \
88 -version-info 0:0:0
88 89
89libgnunetdns_la_SOURCES = \ 90libgnunetdns_la_SOURCES = \
90 dns_api.c dns.h 91 dns_api.c dns.h
91libgnunetdns_la_LIBADD = \ 92libgnunetdns_la_LIBADD = \
92 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 93 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
93libgnunetdns_la_LDFLAGS = \ 94libgnunetdns_la_LDFLAGS = \
94 $(GN_LIB_LDFLAGS) 95 $(GN_LIB_LDFLAGS)) \
96 -version-info 0:0:0
95 97
96libgnunet_plugin_block_dns_la_SOURCES = \ 98libgnunet_plugin_block_dns_la_SOURCES = \
97 plugin_block_dns.c 99 plugin_block_dns.c