diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-10-17 16:56:10 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-10-17 16:56:10 +0000 |
commit | 91a6c64f409ea4d778052272da7851a2e2824e19 (patch) | |
tree | 5fb996b29a26bdf6b616d40ee5701c2b2d9b9e24 /src | |
parent | 87071fd8e9d8a70f0b64d8526fa6ce92e49e8b8a (diff) |
-fix linkage
git-svn-id: https://gnunet.org/svn/gnunet@30267 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src')
-rw-r--r-- | src/namecache/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am index 1621776033..edcd8c096a 100644 --- a/src/namecache/Makefile.am +++ b/src/namecache/Makefile.am @@ -59,6 +59,7 @@ libgnunetnamecache_la_SOURCES = \ namecache_api.c \ namecache.h libgnunetnamecache_la_LIBADD = \ + $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) libgnunetnamecache_la_LDFLAGS = \ |