Index: src/Makefile.in =================================================================== --- src/Makefile.in (revision 960) +++ src/Makefile.in (revision 961) @@ -96,7 +96,7 @@ # main: action registrations put /local/pcb/ACTION_REG_SRC { action.c buffer.c command.c djopt.c flags.c main.c misc.c move.c netlist.c - puller.c report.c toporouter.c vendor.c + puller.c report.c vendor.c } #---- modules ----# Index: src/Makefile.in.mod/toporouter =================================================================== --- src/Makefile.in.mod/toporouter (revision 960) +++ src/Makefile.in.mod/toporouter (revision 961) @@ -1,3 +1,5 @@ append /local/pcb/OBJS {toporouter.o} append /local/pcb/LIBS {../gts/libgts.a} append /local/pcb/CFLAGS {-I../gts} +append /local/pcb/ACTION_REG_SRC { toporouter.c } +