ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=a5896c05ac1dd2faa5c4021d3ad1328206b74fb9
commit a5896c05ac1dd2faa5c4021d3ad1328206b74fb9 Author: Andy Williams <[email protected]> Date: Tue Sep 26 15:22:38 2017 +0100 Fix make dist --- src/bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 75ca66b..1c23023 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -66,6 +66,7 @@ edi_private.h EXTRA_DIST = \ language/edi_language_provider_c.c \ +language/edi_language_provider_python.c \ language/edi_language_provider_rust.c edi_LDADD = @EFL_LIBS@ $(top_builddir)/src/lib/libedi.la $(LTLIBINTL) --
