aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-29 12:51:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-29 12:51:57 +0000
commit58b0c3ab02e3212465ca16d987313111d27952b3 (patch)
treec26631df5b6b5a591eca23fc986d2ee8b3986b64 /src
parent18af5486e4e8cdbf014f8b2a8ee27bb2570a57c2 (diff)
downloadgnunet-58b0c3ab02e3212465ca16d987313111d27952b3.tar.gz
gnunet-58b0c3ab02e3212465ca16d987313111d27952b3.zip
-LRN: Refer to own library by a relative path
Diffstat (limited to 'src')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index cc1993952..0aa615737 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -72,7 +72,7 @@ gnunet_service_gns_DEPENDENCIES = \
72 $(top_builddir)/src/dns/libgnunetdns.la \ 72 $(top_builddir)/src/dns/libgnunetdns.la \
73 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 73 $(top_builddir)/src/dns/libgnunetdnsparser.la \
74 $(top_builddir)/src/dht/libgnunetdht.la \ 74 $(top_builddir)/src/dht/libgnunetdht.la \
75 $(top_builddir)/src/gns/libgnunetnamestore.la 75 libgnunetnamestore.la
76 76
77libgnunetgns_la_SOURCES = \ 77libgnunetgns_la_SOURCES = \
78 gns_api.c gns.h 78 gns_api.c gns.h