From 9edbb3fd448f746d0090ef7d032004b3143de844 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 3 May 2000 19:04:05 +0000 Subject: [PATCH] Added SRC_DIRS definition. --- src/cas/build/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cas/build/Makefile b/src/cas/build/Makefile index f57dc5772..668eda589 100644 --- a/src/cas/build/Makefile +++ b/src/cas/build/Makefile @@ -8,6 +8,8 @@ USER_VPATH := $(SRC) $(STSRC) $(IOSRC) include $(TOP)/configure/CONFIG +SRC_DIRS += $(CAS)/generic $(CAS)/singleThread + # sometimes it's good to have different C/C++ flags, not now: USR_CFLAGS = -I$(SRC) -I$(IOSRC) -I$(STSRC) -I$(CA) -DcaNetAddrSock USR_CXXFLAGS = $(USR_CFLAGS)