summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-08-28 13:37:15 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-08-28 13:39:47 -1000
commitdebfe5428f1ed5f4464511027cc5077efaca7d5a (patch)
treeb6286319fc7753543655bb375e0696094c3f85d2 /isys/Makefile
parentbcfcd77cf99faacf419448f5b16ca97a70765c51 (diff)
downloadanaconda-debfe5428f1ed5f4464511027cc5077efaca7d5a.tar.gz
anaconda-debfe5428f1ed5f4464511027cc5077efaca7d5a.tar.xz
anaconda-debfe5428f1ed5f4464511027cc5077efaca7d5a.zip
Rewrite iface_ip2str() to talk to NetworkManager over D-Bus
I'm rewriting all of this file eventually, but for today you get the rewrite of iface_ip2str().
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 00ba5b90a..595f4b8ac 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -34,6 +34,14 @@ endif
PYMODULES = _isys.so
SUBDIRS =
+# D-Bus
+LOADLIBES += $(shell pkg-config --libs dbus-1)
+CFLAGS += $(shell pkg-config --cflags dbus-1)
+
+# NetworkManager
+LOADLIBES += $(shell pkg-config --libs NetworkManager)
+CFLAGS += $(shell pkg-config --cflags NetworkManager)
+
# libnl
LOADLIBES += $(shell pkg-config --libs libnl-1)
CFLAGS += $(shell pkg-config --cflags libnl-1)