aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-01-06 23:49:57 +0000
committerJulius Bünger <buenger@mytum.de>2015-01-06 23:49:57 +0000
commitd73bc0e3ce22b888c5687e0c8fa14378e1a49f84 (patch)
treeecca1ccac6463313144491fad1a14a607177c7db /src/rps/Makefile.am
parent23660470add3cd0de11e3e599f14ec59f80ef5c3 (diff)
downloadgnunet-d73bc0e3ce22b888c5687e0c8fa14378e1a49f84.tar.gz
gnunet-d73bc0e3ce22b888c5687e0c8fa14378e1a49f84.zip
- modified Makefile accordingly
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 f6c31b107..d2f8496ee 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -41,7 +41,10 @@ libexec_PROGRAMS = \
41 41
42 42
43gnunet_service_rps_SOURCES = \ 43gnunet_service_rps_SOURCES = \
44 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
44 gnunet-service-rps.c 45 gnunet-service-rps.c
46
47
45gnunet_service_rps_LDADD = \ 48gnunet_service_rps_LDADD = \
46 libgnunetrps.la \ 49 libgnunetrps.la \
47 $(top_builddir)/src/util/libgnunetutil.la \ 50 $(top_builddir)/src/util/libgnunetutil.la \