Added SRC_DIRS definition.

This commit is contained in:
Janet B. Anderson
2000-05-03 19:04:05 +00:00
parent 24e7892386
commit 9edbb3fd44

View File

@@ -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)