Fix compiling with the Salt backend
This commit is contained in:
parent
cdb65b9fc2
commit
8b0151a74c
|
@ -21,8 +21,8 @@ type=binary
|
||||||
cflags=`pkg-config --cflags libApp`
|
cflags=`pkg-config --cflags libApp`
|
||||||
ldflags=`pkg-config --libs libApp`
|
ldflags=`pkg-config --libs libApp`
|
||||||
#for Salt
|
#for Salt
|
||||||
#cflags_force=-D DAMON_BACKEND_SALT `pkg-config --cflags libApp jansson`
|
#cflags=-D DAMON_BACKEND_SALT `pkg-config --cflags libApp jansson`
|
||||||
#ldflags_force=`pkg-config --libs libApp jansson`
|
#ldflags=`pkg-config --libs libApp jansson`
|
||||||
sources=damon.c,damon-backend.c,damon-main.c,rrd.c
|
sources=damon.c,damon-backend.c,damon-main.c,rrd.c
|
||||||
install=$(BINDIR)
|
install=$(BINDIR)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user