mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs-cpp.mk: Add .hh to LOCAL_H
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b3c093fd94
commit
c43fd8d0aa
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ SRC_HEADERED += $(shell if [ "$(LOCAL_SRC)" ]; then grep -ic "it
|
|||
SRC_UNHEADERED += $(filter-out $(SRC_HEADERED),$(LOCAL_SRC))
|
||||
LOCAL_C ?= $(wildcard *.c)
|
||||
LOCAL_CPP ?= $(wildcard *.cc *.cpp *.C)
|
||||
LOCAL_H ?= $(wildcard *.h *.H *.hpp)
|
||||
LOCAL_H ?= $(wildcard *.h *.H *.hpp *.hh)
|
||||
SFILES ?= $(wildcard *.S *.sx)
|
||||
#PREREQ_H += $(foreach dir,$(PREREQ_DIR),$(wildcard $(dir)/*.h))
|
||||
ALL_H += $(LOCAL_H) $(PREREQ_H)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue