diff options
author | Max Kellermann <max@duempel.org> | 2008-10-17 21:13:23 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-17 21:13:23 +0200 |
commit | 25b5d90e448146b6efaf4926680e35aee4a0af6c (patch) | |
tree | 6567bb91758598aa4214bd1939c78487806456a9 /src/zeroconf.c | |
parent | 4984639b7255d72e272f278c95adb1a2cf71b61c (diff) |
Makefile.am: don't compile disabled sources
If a feature is disabled, don't compile the source file at all,
disable it completely in Makefile.am instead.
Diffstat (limited to 'src/zeroconf.c')
-rw-r--r-- | src/zeroconf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c index e6cbb4287..e9742de49 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -18,8 +18,6 @@ #include "../config.h" -#ifdef HAVE_ZEROCONF - #include "zeroconf.h" #include "os_compat.h" #include "conf.h" @@ -630,5 +628,3 @@ void finishZeroconf(void) } #endif } - -#endif /* HAVE_ZEROCONF */ |