example/main: add missing $(DESTDIR) to standard include path
This is used everywhere else so looks loke a simple omission. Needed when cross-compiling (or packaging) Clixon. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
e84d43c8e3
commit
b48c6ad982
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ endif
|
||||||
|
|
||||||
with_restconf = @with_restconf@
|
with_restconf = @with_restconf@
|
||||||
|
|
||||||
INCLUDES = -I$(includedir) @INCLUDES@
|
INCLUDES = -I$(DESTDIR)$(includedir) @INCLUDES@
|
||||||
LINKAGE = @LINKAGE@
|
LINKAGE = @LINKAGE@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue