Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 30493) +++ trunk/scconfig/Rev.h (revision 30494) @@ -1 +1 @@ -static const int myrev = 30493; +static const int myrev = 30494; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 30493) +++ trunk/scconfig/Rev.tab (revision 30494) @@ -1,4 +1,4 @@ -30493 configure new util: bxl2txt +30494 configure new util: bxl2txt 30191 configure drc_orig: plugin configuration so the checks can be disabled 30181 configure query plugin: make bloat/shrink net drc loop reusable 30169 configure query plugin: function implementation/split Index: trunk/src_plugins/io_bxl/bxl_decode.c =================================================================== --- trunk/src_plugins/io_bxl/bxl_decode.c (revision 30493) +++ trunk/src_plugins/io_bxl/bxl_decode.c (revision 30494) @@ -29,7 +29,7 @@ * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ -/*#include "config.h"*/ +#include "config.h" #include #include Index: trunk/util/bxl2txt/Makefile.in =================================================================== --- trunk/util/bxl2txt/Makefile.in (revision 30493) +++ trunk/util/bxl2txt/Makefile.in (revision 30494) @@ -4,7 +4,7 @@ PLUGDIR=$(ROOT)/src_plugins LIBRND=$(ROOT)/src/librnd PLUG=$(PLUGDIR)/io_bxl -CFLAGS = @/local/pcb/c89flags@ @/local/pcb/CFLAGS@ -I$(PLUG) +CFLAGS = @/local/pcb/c89flags@ @/local/pcb/CFLAGS@ -I$(PLUG) -I$(ROOT) LDFLAGS = @/local/pcb/LDFLAGS@ CC=@cc/cc@