zeroconf/avahi: move generic sources to lib/avahi
This commit is contained in:
parent
8783ed1981
commit
4564d251a8
|
@ -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"
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue