diff --git a/src/sbbs3/uedit/GNUmakefile b/src/sbbs3/uedit/GNUmakefile index 48c3bf76ee8a4d4c1938402b3c60366700a5d7a9..8e1cb221f0c436a82e2fdfc80a35fef14d79361f 100644 --- a/src/sbbs3/uedit/GNUmakefile +++ b/src/sbbs3/uedit/GNUmakefile @@ -18,10 +18,11 @@ USE_UIFC32 := 1 # Use new uifc32 implementation XPDEV = ../../xpdev/ SBBS_SRC = ../ +UIFC_SRC = ../../uifc/ NEED_UIFC := 1 include $(XPDEV)Common.gmake include $(SBBS_SRC)Common.gmake -include $(UIFC)Common.gmake +include $(UIFC_SRC)Common.gmake FORCE$(EXEODIR)/uedit: $(EXEODIR) $(OBJS) $(BUILD_DEPENDS)