aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 21:42:42 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 21:42:42 +0100
commit945443b67fe95893ceb711e1bcd7049477f3cba7 (patch)
treef9f0c9fd3f1483facaa4e50dbbccd68520137f91 /src/gns/Makefile.am
parentcd9531932c72478a3f7c17eb78238daa2302b2ef (diff)
downloadgnunet-945443b67fe95893ceb711e1bcd7049477f3cba7.tar.gz
gnunet-945443b67fe95893ceb711e1bcd7049477f3cba7.zip
remove dead code and dead linker dependencies
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 3afad8ea7..8c952be04 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -113,7 +113,6 @@ gnunet_gns_SOURCES = \
113gnunet_gns_LDADD = \ 113gnunet_gns_LDADD = \
114 libgnunetgns.la \ 114 libgnunetgns.la \
115 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 115 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
116 $(top_builddir)/src/namestore/libgnunetnamestore.la \
117 $(top_builddir)/src/identity/libgnunetidentity.la \ 116 $(top_builddir)/src/identity/libgnunetidentity.la \
118 $(top_builddir)/src/util/libgnunetutil.la \ 117 $(top_builddir)/src/util/libgnunetutil.la \
119 $(GN_LIBINTL) 118 $(GN_LIBINTL)
@@ -133,7 +132,6 @@ gnunet_dns2gns_LDADD = \
133 libgnunetgns.la \ 132 libgnunetgns.la \
134 $(top_builddir)/src/util/libgnunetutil.la \ 133 $(top_builddir)/src/util/libgnunetutil.la \
135 $(top_builddir)/src/identity/libgnunetidentity.la \ 134 $(top_builddir)/src/identity/libgnunetidentity.la \
136 $(top_builddir)/src/namestore/libgnunetnamestore.la \
137 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 135 $(top_builddir)/src/dns/libgnunetdnsparser.la \
138 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 136 $(top_builddir)/src/dns/libgnunetdnsstub.la \
139 $(GN_LIBINTL) 137 $(GN_LIBINTL)
@@ -197,7 +195,6 @@ gnunet_service_gns_LDADD = \
197 $(top_builddir)/src/dht/libgnunetdht.la \ 195 $(top_builddir)/src/dht/libgnunetdht.la \
198 $(top_builddir)/src/tun/libgnunettun.la \ 196 $(top_builddir)/src/tun/libgnunettun.la \
199 $(top_builddir)/src/namecache/libgnunetnamecache.la \ 197 $(top_builddir)/src/namecache/libgnunetnamecache.la \
200 $(top_builddir)/src/namestore/libgnunetnamestore.la \
201 $(USE_VPN) \ 198 $(USE_VPN) \
202 $(GN_LIBINTL) 199 $(GN_LIBINTL)
203 200