From 775890bcfd29b8f74f423e974fe59c024155dd09 Mon Sep 17 00:00:00 2001 From: Timofei Istomin Date: Wed, 15 Apr 2015 13:35:13 +0200 Subject: [PATCH] Corrects the list of targets for python tools. The rename Serial.py -> SerialH.py was not reflected in the Makefile.am. --- tools/tinyos/python/packet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tinyos/python/packet/Makefile.am b/tools/tinyos/python/packet/Makefile.am index f33fd1fe58..20e5da8b35 100644 --- a/tools/tinyos/python/packet/Makefile.am +++ b/tools/tinyos/python/packet/Makefile.am @@ -1,6 +1,6 @@ tospy_PYTHON = avrmote.py SerialIO.py SFProtocol.py __init__.py \ PacketDispatcher.py SerialProtocol.py SFSource.py IO.py \ - PacketSource.py Serial.py SocketIO.py Platform.py \ + PacketSource.py SerialH.py SocketIO.py Platform.py \ SerialSource.py ThreadTask.py tospydir = $(pythondir)/tinyos/packet