meson support: configuration option removal

D-Bus names and paths that were previously configurable at build-time
are now hard-coded and moved to dbus_paths.hpp to reduce the number of
configure-time options and simplify maintenance.

Signed-off-by: Mike Capps <mikepcapps@gmail.com>
Change-Id: I16d88daad90e747cc40d87c853874b1a5fedf5fa
diff --git a/monitor/main.cpp b/monitor/main.cpp
index 5ed0953..9ab6d15 100644
--- a/monitor/main.cpp
+++ b/monitor/main.cpp
@@ -20,6 +20,7 @@
 #endif
 #include "fan.hpp"
 #ifdef MONITOR_USE_JSON
+#include "dbus_paths.hpp"
 #include "json_config.hpp"
 #include "json_parser.hpp"
 #endif