aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index 8d2ddf7d7..e6b74c9a2 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -20,8 +20,6 @@ pkgcfg_DATA = \
20bin_PROGRAMS = gnunet-rps 20bin_PROGRAMS = gnunet-rps
21 21
22gnunet_rps_SOURCES = \ 22gnunet_rps_SOURCES = \
23 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
24 rps-sampler_common.h rps-sampler_common.c \
25 gnunet-rps.c 23 gnunet-rps.c
26 24
27gnunet_rps_LDADD = \ 25gnunet_rps_LDADD = \
@@ -32,6 +30,8 @@ gnunet_rps_LDADD = \
32lib_LTLIBRARIES = libgnunetrps.la 30lib_LTLIBRARIES = libgnunetrps.la
33 31
34libgnunetrps_la_SOURCES = \ 32libgnunetrps_la_SOURCES = \
33 rps-test_util.h rps-test_util.c \
34 rps-sampler_common.h rps-sampler_common.c \
35 rps-sampler_client.h rps-sampler_client.c \ 35 rps-sampler_client.h rps-sampler_client.c \
36 rps_api.c rps.h 36 rps_api.c rps.h
37libgnunetrps_la_LIBADD = \ 37libgnunetrps_la_LIBADD = \