aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-10-20 14:21:02 +0200
committerJulius Bünger <buenger@mytum.de>2018-10-20 14:47:31 +0200
commitd2bdef77c4f13b1e51ac72340b7e1cc1535f6bb3 (patch)
tree25b0af7a6fb8389827e0cf7fbb22730bda266ee0 /src/rps/Makefile.am
parent061e86b157b1f13062ef879656a1c2678a8b6f35 (diff)
downloadgnunet-d2bdef77c4f13b1e51ac72340b7e1cc1535f6bb3.tar.gz
gnunet-d2bdef77c4f13b1e51ac72340b7e1cc1535f6bb3.zip
RPS: Fix writing internals to disk
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index e6b74c9a2..3b5b1ef3e 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -30,6 +30,7 @@ gnunet_rps_LDADD = \
30lib_LTLIBRARIES = libgnunetrps.la 30lib_LTLIBRARIES = libgnunetrps.la
31 31
32libgnunetrps_la_SOURCES = \ 32libgnunetrps_la_SOURCES = \
33 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
33 rps-test_util.h rps-test_util.c \ 34 rps-test_util.h rps-test_util.c \
34 rps-sampler_common.h rps-sampler_common.c \ 35 rps-sampler_common.h rps-sampler_common.c \
35 rps-sampler_client.h rps-sampler_client.c \ 36 rps-sampler_client.h rps-sampler_client.c \
@@ -40,6 +41,8 @@ libgnunetrps_la_LIBADD = \
40libgnunetrps_la_LDFLAGS = \ 41libgnunetrps_la_LDFLAGS = \
41 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 42 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
42 -version-info 0:0:0 43 -version-info 0:0:0
44# Fix 'created both with libtool and without' error:
45libgnunetrps_la_CFLAGS = $(AM_CFLAGS)
43 46
44 47
45libexec_PROGRAMS = \ 48libexec_PROGRAMS = \