diff --git a/Makefile b/Makefile index 57957fb..c363fbb 100644 --- a/Makefile +++ b/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 # ############################ diff --git a/include/configfile.h b/configfile.h similarity index 100% rename from include/configfile.h rename to configfile.h diff --git a/include/event.h b/event.h similarity index 100% rename from include/event.h rename to event.h diff --git a/include/helper.h b/helper.h similarity index 100% rename from include/helper.h rename to helper.h diff --git a/include/list.h b/list.h similarity index 100% rename from include/list.h rename to list.h diff --git a/include/logging.h b/logging.h similarity index 100% rename from include/logging.h rename to logging.h diff --git a/include/network.h b/network.h similarity index 100% rename from include/network.h rename to network.h diff --git a/include/plugins.h b/plugins.h similarity index 100% rename from include/plugins.h rename to plugins.h diff --git a/include/probe.h b/probe.h similarity index 100% rename from include/probe.h rename to probe.h diff --git a/include/rrdtool.h b/rrdtool.h similarity index 100% rename from include/rrdtool.h rename to rrdtool.h