--- loader/Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/loader/Makefile b/loader/Makefile index e83d0f2..6dc0412 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -39,9 +39,9 @@ CFLAGS += $(shell pkg-config --cflags libnl-1) # NetworkManager CFLAGS += $(shell pkg-config --cflags NetworkManager) -# D-Bus -LIBS += $(shell pkg-config --libs dbus-1) -CFLAGS += $(shell pkg-config --cflags dbus-1) +# libnm-glib +CFLAGS += $(shell pkg-config --cflags libnm_glib) +LIBS += $(shell pkg-config --libs libnm_glib) ifeq (1, $(USESELINUX)) LIBS += -lselinux -lsepol -- 1.6.0.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list