aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index c673e0407..991e36a95 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -35,6 +35,8 @@ SUFFIXES = .py.in .py
35 $(do_subst) < $< > $@ 35 $(do_subst) < $< > $@
36 chmod +x $@ 36 chmod +x $@
37 37
38check-python-style:
39 flake8 consensus-simulation.py.in
38 40
39lib_LTLIBRARIES = \ 41lib_LTLIBRARIES = \
40 libgnunetconsensus.la 42 libgnunetconsensus.la