zeroconf/avahi: move generic sources to lib/avahi

This commit is contained in:
Max Kellermann 2022-06-30 09:30:08 +02:00
parent 8783ed1981
commit 4564d251a8
14 changed files with 8 additions and 8 deletions

View File

@ -18,10 +18,10 @@
*/
#include "Helper.hxx"
#include "Client.hxx"
#include "ErrorHandler.hxx"
#include "Publisher.hxx"
#include "Service.hxx"
#include "lib/avahi/Client.hxx"
#include "lib/avahi/ErrorHandler.hxx"
#include "lib/avahi/Publisher.hxx"
#include "lib/avahi/Service.hxx"
#include "util/RuntimeError.hxx"
#include "Log.hxx"

View File

@ -7,10 +7,10 @@ endif
avahi = static_library(
'avahi',
'Helper.cxx',
'Client.cxx',
'Error.cxx',
'Poll.cxx',
'Publisher.cxx',
'../../lib/avahi/Client.cxx',
'../../lib/avahi/Error.cxx',
'../../lib/avahi/Poll.cxx',
'../../lib/avahi/Publisher.cxx',
include_directories: inc,
dependencies: [
log_dep,