Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 33845) +++ trunk/scconfig/Rev.h (revision 33846) @@ -1 +1 @@ -static const int myrev = 33689; +static const int myrev = 33845; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 33845) +++ trunk/scconfig/Rev.tab (revision 33846) @@ -1,3 +1,4 @@ +33845 configure librnd separation: link librnd with -l 33689 configure new plugin: io_pads 33489 configure new plugin: show_netnames 33460 configure local dialogs plugin configuration Index: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in (revision 33845) +++ trunk/src/Makefile.in (revision 33846) @@ -257,7 +257,8 @@ pcb-rnd$(EXE): $(OBJS) $(OBJS_C99) $(EXEDEPS) $(LIBS_3RD) ../src_3rd/librnd-local/src/librnd-hid.so ../src_3rd/librnd-local/src/librnd-poly.so ../src_3rd/librnd-local/src/librnd-3rd.so $(CC) $(OBJS) $(OBJS_C99) -o pcb-rnd$(EXE) $(LIBS_PRE) \ - $(LDFLAGS) $(LIBS) -L../src_3rd/librnd-local/src/ -lrnd-hid -lrnd-poly -lrnd-3rd + -L../src_3rd/librnd-local/src/ -lrnd-hid -lrnd-poly -lrnd-3rd \ + $(LDFLAGS) $(LIBS) # TODO: remove these once librnd separation is complete ../src_3rd/librnd-local/src/librnd-hid.so: