move includes to source
This commit is contained in:
parent
d09c70d2aa
commit
fab7e99eb1
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ WWW_OWNER = www-data
|
||||
# ############################
|
||||
|
||||
SRC := sammler.c configfile.c event.c helper.c logging.c network.c plugins.c probe.c
|
||||
CFLAGS := -O2 -Wall -MMD -fno-stack-protector -Iinclude
|
||||
CFLAGS := -O2 -Wall -MMD -fno-stack-protector -I.
|
||||
LDFLAGS := -ldl -rdynamic
|
||||
|
||||
# ############################
|
||||
|
Loading…
Reference in New Issue
Block a user