Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 677) +++ trunk/scconfig/Rev.h (revision 678) @@ -1 +1 @@ -static const int myrev = 611; +static const int myrev = 678; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 677) +++ trunk/scconfig/Rev.tab (revision 678) @@ -1,3 +1,4 @@ +678 configure link against librnd-font 611 configure BINDIR in config.h 589 configure move import_gcode config into the plugin 522 configure new plugins: export Index: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in (revision 677) +++ trunk/src/Makefile.in (revision 678) @@ -88,7 +88,7 @@ include @libs/sul/librnd-3rd/mak@ -RNDLIB_LDLIBS = -lrnd-hid -lrnd-poly -lrnd-core -lrnd-3rd +RNDLIB_LDLIBS = -lrnd-hid -lrnd-poly -lrnd-font -lrnd-core -lrnd-3rd ROOT=@/local/camv/root@ CC=@cc/cc@ CFLAGS=@/local/camv/CFLAGS@ @?/local/rnd/CFLAGS@ $(CFLAGS_LIBRND) @libs/sul/freetype2/cflags@