# HG changeset patch # User Edouard Tisserant # Date 1362480134 -32400 # Node ID b9e6ab1c022c744a033fc76ab8b195424da768bb # Parent defc987225a1efe20bcbb383be6971701c4da622 Configure now initialize DLL_LIST in objdictgen/canfestival_config.py, required by Beremiz' CanFestival plugin diff -r defc987225a1 -r b9e6ab1c022c configure --- a/configure Tue Mar 05 16:12:22 2013 +0900 +++ b/configure Tue Mar 05 19:42:14 2013 +0900 @@ -878,4 +878,7 @@ " > $makefile done +# append driver list to canfestival_config.py +echo "DLL_LIST=['can_$SUB_CAN_DRIVER']" >> objdictgen/canfestival_config.py + echo "All done." diff -r defc987225a1 -r b9e6ab1c022c objdictgen/canfestival_config.py.in --- a/objdictgen/canfestival_config.py.in Tue Mar 05 16:12:22 2013 +0900 +++ b/objdictgen/canfestival_config.py.in Tue Mar 05 19:42:14 2013 +0900 @@ -38,3 +38,5 @@ def getLDFLAGS(Cpth): return EXE_CFLAGS + ' "' + opj(Cpth,"src","libcanfestival.a") + '" "' + opj(Cpth,"drivers", TARGET, "libcanfestival_%s.a"%TARGET)+ '"' +# herafter is appended DLL_LIST declaration +