From 679d0fe434a39cf9f82641dde808af2712f521f0 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 23 Sep 2004 06:47:19 +0000 Subject: [PATCH] Added SMBLIB_SRC to .c file vpath (for md5.c for mail server). --- src/build/Common.bmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/Common.bmake b/src/build/Common.bmake index 418ec9e4fb..b3aa301844 100644 --- a/src/build/Common.bmake +++ b/src/build/Common.bmake @@ -162,7 +162,7 @@ UIFC_SRC = $(SRC_ROOT)$(DIRSEP)uifc !include $(SMBLIB_SRC)$(DIRSEP)Common.make !include $(XPDEV_SRC)$(DIRSEP)Common.make -.path.c = . +.path.c = .;$(SMBLIB_SRC) .path.cpp = . !include targets.mk -- GitLab