DEBUGF=-O0 -v -g
SRCDIR=src
INTFDIR=$(SRCDIR)/interfaces
-SANITY=-Wno-unused-variable -Wno-unused-parameter
+SANITY=-Wno-unused-variable -Wno-unused-parameter -Wno-comment
GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0`
static gchar **timedated_ispect_xml, timedated_dbus_xml;
static gchar **logind_ispect_xml, logind_dbus_xml; */
+static void set_xml_descriptors();
+
static const gchar *CONFIG_KEYS[] = {
"PrettyHostname",
"IconName",
return FALSE;
}
- //set_xml_descriptors();
+ set_xml_descriptors();
}
-}
+ return TRUE; /* kill me! */
+} /* kill me too!*/
//LEFTOFF
g_printf("FAILED to install configs in %s!\n", tmp);
return FALSE;
}
- /*if(!init_xml()) {
- gchar **tmp;
+ if(!init_xml()) {
+ const gchar * const *tmp;
tmp = g_get_system_data_dirs();
g_printf("FAILED to install xml configs in %s!\n", tmp[0]);
return FALSE;
- }*/
+ }
#endif
return TRUE;
}