Index: Plug.tmpasm =================================================================== --- Plug.tmpasm (revision 24528) +++ Plug.tmpasm (revision 24529) @@ -2,7 +2,16 @@ append /local/pcb/mod/OBJS_C99 [@ $(PLUGDIR)/puller/puller.o @] switch /local/pcb/puller/controls + case {disable} end; + default + put /local/pcb/mod/CFLAGS /target/libs/sul/glib/cflags + put /local/pcb/mod/LDFLAGS /target/libs/sul/glib/ldflags + end +end + +switch /local/pcb/puller/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; end +