Index: Makefile =================================================================== --- Makefile (revision 2448) +++ Makefile (revision 2449) @@ -1,5 +1,5 @@ all: - cd ../../src && make mod_edif + cd ../../src && make mod_import_edif clean: rm *.o *.so 2>/dev/null ; true Index: Plug.tmpasm =================================================================== --- Plug.tmpasm (revision 2448) +++ Plug.tmpasm (revision 2449) @@ -1,5 +1,5 @@ -put /local/pcb/mod {edif} -append /local/pcb/mod/OBJS [@ $(PLUGDIR)/import_edif/edif.o @] +put /local/pcb/mod {import_edif} +append /local/pcb/mod/OBJS [@ $(PLUGDIR)/import_edif/edif.o $(PLUGDIR)/import_edif/import_edif.o @] append /local/pcb/mod/YACC {$(PLUGDIR)/import_edif/edif} switch /local/pcb/import_edif/controls Index: README =================================================================== --- README (revision 2448) +++ README (revision 2449) @@ -1,4 +1,4 @@ -Import code for netlists in the EDIF format. +Import plugin for netlists in the EDIF format. #state: works #default: buildin Index: edif.c =================================================================== --- edif.c (revision 2448) +++ edif.c (revision 2449) @@ -6239,10 +6239,3 @@ return 0; } - -#include "stub_edif.h" -pcb_uninit_t hid_edif_init(void) -{ - stub_ReadEdifNetlist = ReadEdifNetlist; - return NULL; -} Index: edif.y =================================================================== --- edif.y (revision 2448) +++ edif.y (revision 2449) @@ -4451,10 +4451,3 @@ return 0; } - -#include "stub_edif.h" -pcb_uninit_t hid_edif_init(void) -{ - stub_ReadEdifNetlist = ReadEdifNetlist; - return NULL; -}