From 17e43503b9e8c88e24e66d1f6a8ffcf543361c27 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Thu, 15 Oct 2020 14:53:52 +0200 Subject: - try to fix deps --- src/Makefile.am | 4 ++-- src/gnsrecord/Makefile.am | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index b728162d0..19e1b2529 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,9 @@ SUBDIRS = \ block \ statistics \ arm \ + gnsrecord \ $(TESTING) \ + $(JSON_DIR) \ $(CURL_DIR) \ $(REST_DIR) \ peerinfo \ @@ -82,8 +84,6 @@ SUBDIRS = \ regex \ dns \ identity \ - gnsrecord \ - $(JSON_DIR) \ namecache \ namestore \ peerinfo-tool \ diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am index 201822d79..02a50973b 100644 --- a/src/gnsrecord/Makefile.am +++ b/src/gnsrecord/Makefile.am @@ -50,6 +50,8 @@ libgnunetgnsrecord_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ $(GN_LIBINTL) +libgnunetgnsrecord_la_DEPENDENCIES = \ + $(top_builddir)/src/identity/libgnunetidentity.la libgnunetgnsrecord_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ -version-info 0:0:0 -- cgit v1.2.3