Index: Makefile =================================================================== --- Makefile (revision 36969) +++ Makefile (revision 36970) @@ -85,12 +85,12 @@ menucfg.o: menucfg.c $(CC) -c $(CFLAGS) -o menucfg.o menucfg.c -LIBRNDSCC=$(LIBRND_PREFIX)/include/librnd/scconfig +LIBRNDSCC=$(LIBRND_PREFIX)/include/librnd4/librnd/scconfig RNDHOOKS=$(LIBRNDSCC)/plugin_3state.h $(LIBRNDSCC)/hooks_common.h -hooks.o: hooks.c $(RNDHOOKS) plugins.h Rev.h $(LIBRND_PREFIX)/include/librnd/scconfig +hooks.o: hooks.c $(RNDHOOKS) plugins.h Rev.h $(LIBRND_PREFIX)/include/librnd4/librnd/scconfig -librnd_ver.o: librnd_ver.c $(LIBRND_PREFIX)/include/librnd/config.h +librnd_ver.o: librnd_ver.c $(LIBRND_PREFIX)/include/librnd4/librnd/config.h $(CC) -c $(CFLAGS) -o librnd_ver.o librnd_ver.c $(BIN)/util/arg_auto_set.o: $(SRC)/util/arg_auto_set.c $(SRC)/util/arg_auto_set.h Index: hooks.c =================================================================== --- hooks.c (revision 36969) +++ hooks.c (revision 36970) @@ -13,8 +13,8 @@ #define version "3.1.0-dev" -#define REQ_LIBRND_MAJOR 3 -#define REQ_LIBRND_MINOR 2 +#define REQ_LIBRND_MAJOR 4 +#define REQ_LIBRND_MINOR 0 #define TOSTR_(x) #x #define TOSTR(x) TOSTR_(x) @@ -118,7 +118,7 @@ char *tmp; const char *libad; - put("/local/pcb/librnd_template", tmp = str_concat("", TO_STR(LIBRND_PREFIX), "/", get("/local/libarchdir"), "/librnd3/scconfig/template", NULL)); + put("/local/pcb/librnd_template", tmp = str_concat("", TO_STR(LIBRND_PREFIX), "/", get("/local/libarchdir"), "/librnd4/scconfig/template", NULL)); free(tmp); /* if librnd is installed at some custom path, we'll need to have a -I on CFLAGS and -L on LDFLAGS */