mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gio/tests: Drop superfluous dbus-1 dependencies of gdbus-auth
This commit is contained in:
parent
c2055f22f4
commit
330c6c116e
@ -199,8 +199,7 @@ endif
|
||||
|
||||
TEST_PROGS += gdbus-auth
|
||||
gdbus_auth_SOURCES = gdbus-auth.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
|
||||
gdbus_auth_CFLAGS = $(DBUS1_CFLAGS)
|
||||
gdbus_auth_LDADD = $(LDADD) $(DBUS1_LIBS)
|
||||
gdbus_auth_LDADD = $(LDADD)
|
||||
|
||||
gdbus_bz627724_SOURCES = gdbus-bz627724.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <dbus/dbus.h>
|
||||
|
||||
#include "gdbus-tests.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user