summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-06 10:16:06 -0400
committerChris Lumens <clumens@redhat.com>2009-07-06 10:16:06 -0400
commit4ed7e26765d656e07482932b85921586ea24b4bd (patch)
tree03f28b5629d49f88c8546375e071e6dc846fb61b /isys
parent52dc1eadb6362b667e6162d3e4ed1486ad126e8d (diff)
downloadanaconda-4ed7e26765d656e07482932b85921586ea24b4bd.tar.gz
anaconda-4ed7e26765d656e07482932b85921586ea24b4bd.tar.xz
anaconda-4ed7e26765d656e07482932b85921586ea24b4bd.zip
Include the rest of the libs isys needs to link against (#509572).
Diffstat (limited to 'isys')
-rw-r--r--isys/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/isys/Makefile.am b/isys/Makefile.am
index 7ca898ae1..44cd38ae8 100644
--- a/isys/Makefile.am
+++ b/isys/Makefile.am
@@ -30,7 +30,8 @@ dist_noinst_HEADERS = *.h
ISYS_CFLAGS = $(NFS_CFLAGS) $(NETWORKMANAGER_CFLAGS) $(LIBNL_CFLAGS) \
$(LIBNM_GLIB_CFLAGS)
ISYS_LIBS = $(RESOLV_LIBS) $(POPT_LIBS) $(EXT2FS_LIBS) $(ZLIB_LIBS) \
- $(DEVMAPPER_LIBS) $(BLKID_LIBS) $(X11_LIBS) $(SELINUX_LIBS)
+ $(DEVMAPPER_LIBS) $(BLKID_LIBS) $(X11_LIBS) $(SELINUX_LIBS) \
+ $(LIBNL_LIBS) $(LIBNM_GLIB_LIBS)
isysdir = $(libdir)/$(PACKAGE_NAME)
isys_PYTHON = *.py