Index: trunk/src/plug_footprint.h =================================================================== --- trunk/src/plug_footprint.h (revision 1485) +++ trunk/src/plug_footprint.h (revision 1486) @@ -72,6 +72,7 @@ /* Optional pcb-rnd-side glue for some implementations */ +#ifndef PCB_NO_GLUE /* Return the library shell string (from Settings) */ const char *fp_get_library_shell(void); @@ -82,5 +83,5 @@ /* walk through all lib paths and build the library menu */ int fp_read_lib_all(void); - #endif +#endif