From 05e4a38c6609c7533bf4de2b8b7547ae80b46a49 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 6 Sep 2014 08:51:05 +0000 Subject: [PATCH] Renamed wtp_conf_uci.c conf_uci.c FossilOrigin-Name: 540d25c3865ffb310714a1e92ef0729578e310c16e1833347da82c0b357c1b1b --- src/wtp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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