diff --git a/src/wtp/Makefile b/src/wtp/Makefile index c1d1416f..bcee7104 100644 --- a/src/wtp/Makefile +++ b/src/wtp/Makefile @@ -66,7 +66,7 @@ CFLAGS += -I/usr/local/include CONFOBJS = wtp_conf.o ifdef WITH_UCI - CONFOBJS += wtp_conf_uci.o + CONFOBJS += conf_uci.o else CONFOBJS += wtp_conf_confuse.o endif