aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
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/gnsrecord
parentaf0838834d3e6fd87e5208ddad2f4b229969b374 (diff)
downloadgnunet-17e43503b9e8c88e24e66d1f6a8ffcf543361c27.tar.gz
gnunet-17e43503b9e8c88e24e66d1f6a8ffcf543361c27.zip
- try to fix deps
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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