chiark / gitweb /
build-sys: allow cross-compilation
[elogind.git] / src / dbus-unit.c
index 47aa8d338c34ac81aa23b32877f4aad396eb8140..835eeda3292494b06bffaf623024eb235c074e13 100644 (file)
@@ -26,7 +26,7 @@
 #include "dbus-unit.h"
 #include "bus-errors.h"
 
 #include "dbus-unit.h"
 #include "bus-errors.h"
 
-const char bus_unit_interface[] = BUS_UNIT_INTERFACE;
+const char bus_unit_interface[] _introspect_("Unit") = BUS_UNIT_INTERFACE;
 
 #define INVALIDATING_PROPERTIES                 \
         "LoadState\0"                           \
 
 #define INVALIDATING_PROPERTIES                 \
         "LoadState\0"                           \