aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-25 09:25:46 +0000
committerng0 <ng0@n0.is>2019-10-25 09:25:46 +0000
commit4d21b22fd4353535d8023a3ac63370e6cc4c0407 (patch)
tree3069c2782bf7216de60d06b56770e2bb9f3b2d45 /src/gnsrecord
parent8ac01c67a941fdb7336ec274450adffacf1dcc02 (diff)
downloadgnunet-4d21b22fd4353535d8023a3ac63370e6cc4c0407.tar.gz
gnunet-4d21b22fd4353535d8023a3ac63370e6cc4c0407.zip
follow-up to win32 removal.
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 81bee5a6b..3da9af9ca 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -37,7 +37,7 @@ libgnunetgnsrecord_la_LIBADD = \
37 $(top_builddir)/src/util/libgnunetutil.la \ 37 $(top_builddir)/src/util/libgnunetutil.la \
38 $(GN_LIBINTL) 38 $(GN_LIBINTL)
39libgnunetgnsrecord_la_LDFLAGS = \ 39libgnunetgnsrecord_la_LDFLAGS = \
40 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 40 $(GN_LIB_LDFLAGS) \
41 -version-info 0:0:0 41 -version-info 0:0:0
42 42
43 43