# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1536780166 -7200
# Node ID 742c70a976222020c3763dcb18f034a46a7935b7
# Parent  245d8592cfdc48a082bd84273056a005b2358006
Fix C/C++ linking problem in tool/ethercat

diff -r 245d8592cfdc -r 742c70a97622 tool/Makefile.am
--- a/tool/Makefile.am	Tue Sep 11 22:16:10 2018 +0200
+++ b/tool/Makefile.am	Wed Sep 12 21:22:46 2018 +0200
@@ -133,4 +133,5 @@
 	-Wall -DREV=$(REV) \
 	-fno-strict-aliasing
 
+ethercat_CFLAGS = $(ethercat_CXXFLAGS)
 #------------------------------------------------------------------------------