Skip to content
Snippets Groups Projects
Commit 25208374 authored by edgrif's avatar edgrif
Browse files

add CURRENT_INC to template file

parent c5188bd3
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,13 @@ PRIV_HDRS = xxxx.h
PRIV_SRC = xxx.c yyyy.c
PRIV_OBJ = xxx.o yyyy.o
PRIV_LIB = $(ZMAPAPP_LIB)
PRIV_INC = -Iany_hdrs_I_need
#
# These must all be set for the common includes to work.
#
CURRENT_INC = $(PRIV_INC)
CURRENT_LIB = $(PRIV_LIB)
CURRENT_OBJ = $(PRIV_OBJ)
CURRENT_DEP = $(PRIV_HDRS)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment