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

Pull in Common.make for UIFC

parent f7e29f7f
Branches
Tags
No related merge requests found
......@@ -177,6 +177,7 @@ UIFC_SRC = $(SRC_ROOT)$(DIRSEP)uifc
# Pull in lib-specific flags
!include $(CIOLIB_SRC)$(DIRSEP)Common.make
!include $(UIFC_SRC)$(DIRSEP)Common.make
.path.c = .;$(XPDEV_SRC);$(SMBLIB_SRC);$(CIOLIB_SRC);$(UIFC_SRC)
.path.cpp = .;$(XPDEV_SRC);$(SMBLIB_SRC);$(CIOLIB_SRC);$(UIFC_SRC)
......
......@@ -220,6 +220,7 @@ UIFC_SRC := $(SRC_ROOT)$(DIRSEP)uifc
# Pull in lib-specific flags
include $(CIOLIB_SRC)$(DIRSEP)Common.make
include $(UIFC_SRC)$(DIRSEP)Common.make
ifdef DEBUG
CFLAGS += -ggdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment