Index: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in (revision 1090) +++ trunk/src/Makefile.in (revision 1091) @@ -101,8 +101,7 @@ put /local/pcb/ACTION_REG_SRC { action.c buffer.c change_act.c command.c file_act.c flags.c gui_act.c import_sch.c main.c misc.c move.c netlist.c object_act.c plugins.c rats_act.c - remove_act.c report.c - select_act.c undo_act.c + rats_patch.c remove_act.c report.c select_act.c undo_act.c } #---- modules ----# Index: trunk/src/action_list.h =================================================================== --- trunk/src/action_list.h (revision 1090) +++ trunk/src/action_list.h (revision 1091) @@ -104,3 +104,6 @@ /* undo_act.c () */ REGISTER_ACTIONS(undo_action_list) +/* rats_patch.c () */ +REGISTER_ACTIONS(rats_patch_action_list) +