Index: bxl2txt/Makefile.in =================================================================== --- bxl2txt/Makefile.in (revision 36969) +++ bxl2txt/Makefile.in (revision 36970) @@ -3,7 +3,7 @@ ROOT=../.. PLUGDIR=$(ROOT)/src_plugins LIBRND_LIBDIR=@/local/pcb/librnd_prefix@/lib/librnd -LIBRND_SHAREDIR=@/local/pcb/librnd_prefix@/share/librnd3 +LIBRND_SHAREDIR=@/local/pcb/librnd_prefix@/share/librnd4 PLUG=$(PLUGDIR)/io_bxl CFLAGS = @/local/pcb/c89flags@ @/local/pcb/CFLAGS@ @?/local/pcb/librnd_extra_inc@ -I$(PLUG) -I$(ROOT) -I$(ROOT)/src -I$(ROOT)/src_3rd LDFLAGS = @/local/pcb/LDFLAGS@ Index: gsch2pcb-rnd/Makefile.in =================================================================== --- gsch2pcb-rnd/Makefile.in (revision 36969) +++ gsch2pcb-rnd/Makefile.in (revision 36970) @@ -1,5 +1,5 @@ put /local/pcb/CFLAGS cc/cflags -append /local/pcb/CFLAGS [@-I../.. -I@/local/pcb/librnd_prefix@/include/librnd/src_3rd -I../../src_3rd -I../../src -I../../src_3rd/liblihata @] +append /local/pcb/CFLAGS [@-I../.. -I@/local/pcb/librnd_prefix@/include/librnd4 -I@/local/pcb/librnd_prefix@/include/librnd4/librnd/src_3rd -I../../src_3rd -I../../src -I../../src_3rd/liblihata @] append /local/pcb/CFLAGS {-DSCMDIR="\\"$(LIBDIR_INSTALLED)\\""} append /local/pcb/LDFLAGS cc/ldflags append /local/pcb/LDFLAGS ?/target/libs/ldl @@ -9,8 +9,8 @@ ROOT=../.. PLUGDIR=../../src_plugins LIBRND_LIBDIR=@/local/pcb/librnd_prefix@/lib/librnd -LIBRND_SHAREDIR=@/local/pcb/librnd_prefix@/share/librnd3 -GENCONF=$(LIBRND_LIBDIR)/librnd3/scconfig/gen_conf.sh +LIBRND_SHAREDIR=@/local/pcb/librnd_prefix@/share/librnd4 +GENCONF=$(LIBRND_LIBDIR)/librnd4/scconfig/gen_conf.sh include $(LIBRND_SHAREDIR)/librnd.mak