summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3fe75e4)
raw | patch | inline | side by side (parent: 3fe75e4)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 16 Dec 2011 07:48:48 +0000 (07:48 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 16 Dec 2011 07:48:48 +0000 (07:48 +0000) |
program/Makefile.am | patch | blob | history | |
program/src/rrd_daemon.c | patch | blob | history |
diff --git a/program/Makefile.am b/program/Makefile.am
index 1961ef23dc48c3a481a358e5cdbb2195fa75e708..20b2e0ababe6c75ed5fced607dfe7c6f2f7901f2 100644 (file)
--- a/program/Makefile.am
+++ b/program/Makefile.am
# the following files are not mentioned in any other Makefile
EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
- rrdtool.spec favicon.ico win32/Makefile win32/config.h autogen.sh \
- win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj libtool \
- win32/rrd_config.h.msvc win32/rrdlib.vcproj win32/rrdtool.dsp \
- win32/rrdtool.dsw win32/rrdtool.vcproj netware/Makefile \
- etc/rrdcached-default etc/rrdcached-init
-
-
+ rrdtool.spec favicon.ico autogen.sh \
+ libtool \
+ netware/Makefile \
+ etc/rrdcached-default etc/rrdcached-init \
+ win32/Makefile win32/config.h win32/rrdlib.vcproj win32/rrdtool.vcproj win32/rrdupdate.vcproj \
+ win32/README win32/rrd.sln win32/rrdtool.sln win32/rrdupdate.sln
CLEANFILES = config.cache
index 495a313d28e4cfd240bd5408c4c7cbf8293e5100..340ea1539db6271709497a263d0d9253cc7c50e5 100644 (file)
--- a/program/src/rrd_daemon.c
+++ b/program/src/rrd_daemon.c
* Now for some includes..
*/
/* {{{ */
-#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H)
-#include "../win32/config.h"
-#else
-#ifdef HAVE_CONFIG_H
-#include "../rrd_config.h"
-#endif
-#endif
#include "rrd_tool.h"
#include "rrd_client.h"