View | Details | Raw Unified
Collapse All | Expand All

(-) make/unix.mak (-1 / +1 lines)
 Lines 928-934    Link Here 
# define ESDDIR variables if installed
# define ESDDIR variables if installed
ifdef  ESDDIR
ifdef  ESDDIR
STDCCFLAGS	+= -I$(ESDDIR)/include -DUSE_ESD=1
STDCCFLAGS	+= -I$(ESDDIR)/include -DUSE_ESD=1
ENDLDLIBS	+= $(ESDDIR)/lib/libesd.a  # to avoid name conflicts
ENDLDLIBS	+= -lesd  # to avoid name conflicts
HAS_ESD		= 1
HAS_ESD		= 1
endif
endif