Zeroconf*: move to zeroconf/

This commit is contained in:
Max Kellermann 2014-01-24 00:14:54 +01:00
parent 4aa6d39fd8
commit 6b70f5e490
12 changed files with 8 additions and 8 deletions

View File

@ -807,17 +807,17 @@ endif
if HAVE_ZEROCONF
src_mpd_SOURCES += \
src/ZeroconfInternal.hxx \
src/ZeroconfGlue.cxx src/ZeroconfGlue.hxx
src/zeroconf/ZeroconfInternal.hxx \
src/zeroconf/ZeroconfGlue.cxx src/zeroconf/ZeroconfGlue.hxx
if HAVE_AVAHI
src_mpd_SOURCES += \
src/AvahiPoll.cxx src/AvahiPoll.hxx \
src/ZeroconfAvahi.cxx src/ZeroconfAvahi.hxx
src/zeroconf/AvahiPoll.cxx src/zeroconf/AvahiPoll.hxx \
src/zeroconf/ZeroconfAvahi.cxx src/zeroconf/ZeroconfAvahi.hxx
endif
if HAVE_BONJOUR
src_mpd_SOURCES += src/ZeroconfBonjour.cxx src/ZeroconfBonjour.hxx
src_mpd_SOURCES += src/zeroconf/ZeroconfBonjour.cxx src/zeroconf/ZeroconfBonjour.hxx
endif
endif
@ -1486,7 +1486,7 @@ test_software_volume_LDADD = \
test_run_avahi_SOURCES = \
src/Log.cxx src/LogBackend.cxx \
src/ZeroconfAvahi.cxx src/AvahiPoll.cxx \
src/zeroconf/ZeroconfAvahi.cxx src/zeroconf/AvahiPoll.cxx \
test/ShutdownHandler.cxx test/ShutdownHandler.hxx \
test/run_avahi.cxx
test_run_avahi_CPPFLAGS = $(AM_CPPFLAGS) \

View File

@ -52,7 +52,7 @@
#include "fs/Config.hxx"
#include "fs/StandardDirectory.hxx"
#include "playlist/PlaylistRegistry.hxx"
#include "ZeroconfGlue.hxx"
#include "zeroconf/ZeroconfGlue.hxx"
#include "decoder/DecoderList.hxx"
#include "AudioConfig.hxx"
#include "pcm/PcmConvert.hxx"

View File

@ -20,7 +20,7 @@
#include "config.h"
#include "event/Loop.hxx"
#include "ShutdownHandler.hxx"
#include "ZeroconfAvahi.hxx"
#include "zeroconf/ZeroconfAvahi.hxx"
#include <stdlib.h>