Fix C/C++ linking problem in tool/ethercat stable-1.5
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Wed, 12 Sep 2018 21:22:46 +0200
branchstable-1.5
changeset 2708 742c70a97622
parent 2707 245d8592cfdc
child 2709 e0c2f17ebed1
Fix C/C++ linking problem in tool/ethercat
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)
 #------------------------------------------------------------------------------