aboutsummaryrefslogtreecommitdiff
path: root/src/rps
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/rps
parent8ac01c67a941fdb7336ec274450adffacf1dcc02 (diff)
downloadgnunet-4d21b22fd4353535d8023a3ac63370e6cc4c0407.tar.gz
gnunet-4d21b22fd4353535d8023a3ac63370e6cc4c0407.zip
follow-up to win32 removal.
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index 0c739589f..b9de6b5e3 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -36,7 +36,7 @@ libgnunetrps_la_LIBADD = \
36 $(top_builddir)/src/util/libgnunetutil.la \ 36 $(top_builddir)/src/util/libgnunetutil.la \
37 $(GN_LIBINTL) $(XLIB) 37 $(GN_LIBINTL) $(XLIB)
38libgnunetrps_la_LDFLAGS = \ 38libgnunetrps_la_LDFLAGS = \
39 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 39 $(GN_LIB_LDFLAGS) \
40 -version-info 0:0:0 40 -version-info 0:0:0
41# Fix 'created both with libtool and without' error: 41# Fix 'created both with libtool and without' error:
42libgnunetrps_la_CFLAGS = $(AM_CFLAGS) 42libgnunetrps_la_CFLAGS = $(AM_CFLAGS)