aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 14:53:52 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 14:53:52 +0200
commit17e43503b9e8c88e24e66d1f6a8ffcf543361c27 (patch)
tree97a3a94b1b6736459dc4bff6968da69eda1f4ded /src
parentaf0838834d3e6fd87e5208ddad2f4b229969b374 (diff)
downloadgnunet-17e43503b9e8c88e24e66d1f6a8ffcf543361c27.tar.gz
gnunet-17e43503b9e8c88e24e66d1f6a8ffcf543361c27.zip
- try to fix deps
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/gnsrecord/Makefile.am2
2 files changed, 4 insertions, 2 deletions
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 = \
55 block \ 55 block \
56 statistics \ 56 statistics \
57 arm \ 57 arm \
58 gnsrecord \
58 $(TESTING) \ 59 $(TESTING) \
60 $(JSON_DIR) \
59 $(CURL_DIR) \ 61 $(CURL_DIR) \
60 $(REST_DIR) \ 62 $(REST_DIR) \
61 peerinfo \ 63 peerinfo \
@@ -82,8 +84,6 @@ SUBDIRS = \
82 regex \ 84 regex \
83 dns \ 85 dns \
84 identity \ 86 identity \
85 gnsrecord \
86 $(JSON_DIR) \
87 namecache \ 87 namecache \
88 namestore \ 88 namestore \
89 peerinfo-tool \ 89 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 = \
50 $(top_builddir)/src/util/libgnunetutil.la \ 50 $(top_builddir)/src/util/libgnunetutil.la \
51 $(top_builddir)/src/identity/libgnunetidentity.la \ 51 $(top_builddir)/src/identity/libgnunetidentity.la \
52 $(GN_LIBINTL) 52 $(GN_LIBINTL)
53libgnunetgnsrecord_la_DEPENDENCIES = \
54 $(top_builddir)/src/identity/libgnunetidentity.la
53libgnunetgnsrecord_la_LDFLAGS = \ 55libgnunetgnsrecord_la_LDFLAGS = \
54 $(GN_LIB_LDFLAGS) \ 56 $(GN_LIB_LDFLAGS) \
55 -version-info 0:0:0 57 -version-info 0:0:0