$(CC) -o bin/obj/logind-gen.o $(CFLAGS) $(GLIBOF) -c $(INTFDIR)/logind/logind-gen.c
_build_auth_obj:
- $(CC) -o bin/obj/polkit-auth.o $(CFLAGS) $(GLIBOF) -c $(SRCDIR)/polkit-auth.c
+ $(CC) -o bin/obj/polkit-auth.o $(CFLAGS) $(GLIBOF) -c $(SRCDIR)/util.c
_generate_genfiles:
$(INVOKE_GENFILE_SCRIPT) hostnamed
#include "hostnamed-gen.h"
#include "hostnamed.h"
-#include "../../polkit-auth.h"
+#include "../../util.h"
/* format: {
* (1) string to be matched against runtime machine's sysctl output.
#include "localed-gen.h"
#include "localed.h"
-#include "../../polkit-auth.h"
+#include "../../util.h"
GPtrArray *localed_freeable;
Locale1 *localed_interf;
#include "logind-gen.h"
#include "logind.h"
-#include "../../polkit-auth.h"
+#include "../../util.h"
GPtrArray *logind_freeable;
Login1Manager *logind_interf;
#include "timedated-gen.h"
#include "timedated.h"
-#include "../../polkit-auth.h"
+#include "../../util.h"
GPtrArray *timedated_freeable;
Timedate1 *timedated_interf;
#include <glib-unix.h>
#include <polkit/polkit.h>
-#include "polkit-auth.h"
+#include "util.h"
static gboolean is_valid_action(GList *action_list, const gchar *action) {