[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Add libnm_glib CFLAGS and LIBS to loader's Makefile.
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Add libnm_glib CFLAGS and LIBS to loader's Makefile.
- Date: Tue, 16 Dec 2008 19:08:11 -1000
---
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]