Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 967 → Rev 968

/shark/trunk/config/libdep.mk
480,3 → 480,14
endif
 
endif
 
 
# Scheduling Modules
# ----------------------------------------------------------------
 
#INCL += -I$(BASE)/modules into config.mk!!!
 
ifeq ($(LIB_PATH)/libmodules.a,$(wildcard $(LIB_PATH)/libmodules.a))
LINK_LIB += -lmodules
LINK_DEP += $(LIB_PATH)/libmodules.a
endif