defs.mk: Add dependencies for cconsole

This commit is contained in:
Jan Lindemann 2007-08-31 16:55:59 +00:00 committed by Jan Lindemann
commit c885923019

View file

@ -639,9 +639,9 @@ endif
ifeq ($(USE_CCONSOLE),true)
CCONSOLE_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/dspc/src/cconsole /opt/dspider/$(FLAVOUR_PATH_PREFIX)cconsole))
#CCONSOLE_VERSION = $(call cat_version,$(CCONSOLE_DIR))
#RPM_REQUIRES_RUN += cconsole-run >= $(CCONSOLE_VERSION)
#RPM_REQUIRES_DEVEL += cconsole-devel >= $(CCONSOLE_VERSION)
CCONSOLE_VERSION = $(call cat_version,$(CCONSOLE_DIR))
RPM_REQUIRES_RUN += cconsole-run >= $(CCONSOLE_VERSION)
RPM_REQUIRES_DEVEL += cconsole-devel >= $(CCONSOLE_VERSION)
USE_YTOOLS = true
INCLUDE += -I$(CCONSOLE_DIR)/include
#LIBFLAGS += -L$(CCONSOLE_DIR)/lib -lcconsole