Skip to content
Snippets Groups Projects
Commit ce02eb0f authored by deuce's avatar deuce
Browse files

Add UIFC_* to * if NEED_UIFC is defined

parent 4b970ba3
No related branches found
No related tags found
No related merge requests found
...@@ -58,5 +58,11 @@ ifdef UIFC_NEED_CURSES ...@@ -58,5 +58,11 @@ ifdef UIFC_NEED_CURSES
UIFC_LDFLAGS += $(CURSES_LDFLAGS) UIFC_LDFLAGS += $(CURSES_LDFLAGS)
endif endif
ifdef NEED_UIFC
CFLAGS += $(UIFC_CFLAGS)
LDFLAGS += $(UIFC_LDFLAGS)
OBJS += $(UIFC_OBJS)
endif
vpath %.c $(UIFC_SRC) vpath %.c $(UIFC_SRC)
vpath %.cpp $(UIFC_SRC) vpath %.cpp $(UIFC_SRC)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment