Index: Plug.tmpasm =================================================================== --- Plug.tmpasm (revision 37105) +++ Plug.tmpasm (revision 37106) @@ -1,7 +1,7 @@ put /local/rnd/mod {export_vfs_fuse} put /local/rnd/mod/OBJS [@ $(PLUGDIR)/export_vfs_fuse/export_vfs_fuse.o @] -switch /local/pcb/export_vfs_fuse/controls +switch /local/module/export_vfs_fuse/controls case {disable} end; default put /local/rnd/mod/CFLAGS [@@/target/libs/sul/fuse/cflags@@] @@ -10,7 +10,7 @@ end end -switch /local/pcb/export_vfs_fuse/controls +switch /local/module/export_vfs_fuse/controls case {buildin} include /local/pcb/tmpasm/buildin; end; case {plugin} include /local/pcb/tmpasm/plugin; end; case {disable} include /local/pcb/tmpasm/disable; end;