diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 6f6221d811..b16208bf65 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -352,6 +352,7 @@ if( KICAD_SCRIPTING ) OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pcbnew.py DEPENDS pcbcommon + DEPENDS plotcontroller.h DEPENDS scripting/pcbnew.i DEPENDS scripting/board.i DEPENDS scripting/board_item.i diff --git a/pcbnew/plotcontroller.h b/pcbnew/plotcontroller.h index 9271943ec2..480644649e 100644 --- a/pcbnew/plotcontroller.h +++ b/pcbnew/plotcontroller.h @@ -2,7 +2,8 @@ * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2012 Lorenzo Marcantonio, - * Copyright (C) 1992-2012 KiCad Developers, see AUTHORS.txt for contributors. + * Copyright (C) 2015 Jean-Pierre Charras, jp.charras at wanadoo.fr + * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License