From ce02eb0f19c363ee4456ae47376c2f3169b7f6c4 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 19 Mar 2004 04:00:08 +0000
Subject: [PATCH] Add UIFC_* to * if NEED_UIFC is defined

---
 src/uifc/Common.gmake | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/uifc/Common.gmake b/src/uifc/Common.gmake
index 027ff38940..a69877a6d1 100644
--- a/src/uifc/Common.gmake
+++ b/src/uifc/Common.gmake
@@ -58,5 +58,11 @@ ifdef UIFC_NEED_CURSES
  UIFC_LDFLAGS	+=	$(CURSES_LDFLAGS)
 endif
 
+ifdef NEED_UIFC
+ CFLAGS	+=	$(UIFC_CFLAGS)
+ LDFLAGS +=	$(UIFC_LDFLAGS)
+ OBJS +=	$(UIFC_OBJS)
+endif
+
 vpath %.c $(UIFC_SRC)
 vpath %.cpp $(UIFC_SRC)
-- 
GitLab