mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 13:17:39 +01:00
defs-orig.mk: Add LOCAL_INCLUDE to INCLUDE
This commit is contained in:
parent
795f2e245d
commit
57445e8438
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ ALL_CPP = $(LOCAL_CPP) $(PREREQ_CPP)
|
||||||
ALL_CSRC = $(LOCAL_CSRC) $(PREREQ_CSRC)
|
ALL_CSRC = $(LOCAL_CSRC) $(PREREQ_CSRC)
|
||||||
|
|
||||||
TEXTCLEAN = $(wildcard *~ .*~ .*.swp \#*\#)
|
TEXTCLEAN = $(wildcard *~ .*~ .*.swp \#*\#)
|
||||||
INCLUDE = -I. -I$(TOPDIR)/include -I$(MODDIR)/include $(PROJECT_INCLUDE)
|
INCLUDE = -I. -I$(TOPDIR)/include -I$(MODDIR)/include $(PROJECT_INCLUDE) $(LOCAL_INCLUDE)
|
||||||
LIBDIR = $(MODDIR)/lib
|
LIBDIR = $(MODDIR)/lib
|
||||||
LIB = $(LIBDIR)/lib$(LIBNAME).a
|
LIB = $(LIBDIR)/lib$(LIBNAME).a
|
||||||
MEMBERS = $(LIB)($(OBJ))
|
MEMBERS = $(LIB)($(OBJ))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue