From 727119283ded6ba6a2d357ab66a4e15fe39f4861 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 12 Sep 2004 12:40:46 +0000
Subject: [PATCH] Pull in Common.make for SMBLIB

---
 src/build/Common.bmake | 1 +
 src/build/Common.gmake | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/build/Common.bmake b/src/build/Common.bmake
index 752b75329b..505b0b8b58 100644
--- a/src/build/Common.bmake
+++ b/src/build/Common.bmake
@@ -178,6 +178,7 @@ UIFC_SRC	=	$(SRC_ROOT)$(DIRSEP)uifc
 # Pull in lib-specific flags
 !include     $(CIOLIB_SRC)$(DIRSEP)Common.make
 !include     $(UIFC_SRC)$(DIRSEP)Common.make
+!include     $(SMBLIB_SRC)$(DIRSEP)Common.make
 
 .path.c		=	.;$(XPDEV_SRC);$(SMBLIB_SRC);$(CIOLIB_SRC);$(UIFC_SRC)
 .path.cpp	=	.;$(XPDEV_SRC);$(SMBLIB_SRC);$(CIOLIB_SRC);$(UIFC_SRC)
diff --git a/src/build/Common.gmake b/src/build/Common.gmake
index 01243f9fc3..81802cf101 100644
--- a/src/build/Common.gmake
+++ b/src/build/Common.gmake
@@ -221,6 +221,7 @@ UIFC_SRC	:=	$(SRC_ROOT)$(DIRSEP)uifc
 # Pull in lib-specific flags
 include		$(CIOLIB_SRC)$(DIRSEP)Common.make
 include		$(UIFC_SRC)$(DIRSEP)Common.make
+include		$(SMBLIB_SRC)$(DIRSEP)Common.make
 
 ifdef DEBUG
  CFLAGS	+=	-ggdb
-- 
GitLab