From fab7e99eb1781cecfac4b66dfd1accddec19254c Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Fri, 1 May 2009 21:26:16 +0200 Subject: [PATCH] move includes to source --- Makefile | 2 +- include/configfile.h => configfile.h | 0 include/event.h => event.h | 0 include/helper.h => helper.h | 0 include/list.h => list.h | 0 include/logging.h => logging.h | 0 include/network.h => network.h | 0 include/plugins.h => plugins.h | 0 include/probe.h => probe.h | 0 include/rrdtool.h => rrdtool.h | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename include/configfile.h => configfile.h (100%) rename include/event.h => event.h (100%) rename include/helper.h => helper.h (100%) rename include/list.h => list.h (100%) rename include/logging.h => logging.h (100%) rename include/network.h => network.h (100%) rename include/plugins.h => plugins.h (100%) rename include/probe.h => probe.h (100%) rename include/rrdtool.h => rrdtool.h (100%) 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