move includes to source

This commit is contained in:
Olaf Rempel 2009-05-01 21:26:16 +02:00
parent d09c70d2aa
commit fab7e99eb1
10 changed files with 1 additions and 1 deletions

View File

@ -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
# ############################