build: Fix custom_target meson warning

WARNING: custom_target 'utils_marshal' has more than one output! Using the first one.
This commit is contained in:
Bastien Nocera
2020-08-17 15:36:34 +02:00
parent ff06a301f0
commit 812a3552a6
3 changed files with 4 additions and 14 deletions

View File

@ -24,7 +24,7 @@
#include <dbus/dbus-glib-bindings.h>
#include "manager-dbus-glue.h"
#include "device-dbus-glue.h"
#include "marshal.h"
#include "fprintd-marshal.h"
static DBusGProxy *manager = NULL;
static DBusGConnection *connection = NULL;