summaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index b1e62eb12..ad2a739fb 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -76,15 +76,15 @@ TESTS = $(check_PROGRAMS)
76endif 76endif
77 77
78test_rps_multipeer_SOURCES = \ 78test_rps_multipeer_SOURCES = \
79 test_rps_multipeer.c 79 test_rps.c
80test_rps_multipeer_LDADD = $(ld_rps_test_lib) 80test_rps_multipeer_LDADD = $(ld_rps_test_lib)
81 81
82test_rps_malicious_1_SOURCES = \ 82test_rps_malicious_1_SOURCES = \
83 test_rps_malicious.c 83 test_rps.c
84test_rps_malicious_1_LDADD = $(ld_rps_test_lib) 84test_rps_malicious_1_LDADD = $(ld_rps_test_lib)
85 85
86test_rps_malicious_2_SOURCES = \ 86test_rps_malicious_2_SOURCES = \
87 test_rps_malicious.c 87 test_rps.c
88test_rps_malicious_2_LDADD = $(ld_rps_test_lib) 88test_rps_malicious_2_LDADD = $(ld_rps_test_lib)
89 89
90EXTRA_DIST = \ 90EXTRA_DIST = \