aboutsummaryrefslogtreecommitdiff
path: root/src/regex
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/regex
parent8ac01c67a941fdb7336ec274450adffacf1dcc02 (diff)
downloadgnunet-4d21b22fd4353535d8023a3ac63370e6cc4c0407.tar.gz
gnunet-4d21b22fd4353535d8023a3ac63370e6cc4c0407.zip
follow-up to win32 removal.
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index ba5e0af00..2fd00dd09 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -45,7 +45,7 @@ libgnunetregexblock_la_LIBADD = \
45 $(XLIB) \ 45 $(XLIB) \
46 $(LTLIBINTL) 46 $(LTLIBINTL)
47libgnunetregexblock_la_LDFLAGS = \ 47libgnunetregexblock_la_LDFLAGS = \
48 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 48 $(GN_LIB_LDFLAGS) \
49 -version-info 1:0:0 49 -version-info 1:0:0
50 50
51 51