diff options
author | Chris Lumens <clumens@redhat.com> | 2009-07-06 10:16:06 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-07-06 10:16:06 -0400 |
commit | 4ed7e26765d656e07482932b85921586ea24b4bd (patch) | |
tree | 03f28b5629d49f88c8546375e071e6dc846fb61b /isys | |
parent | 52dc1eadb6362b667e6162d3e4ed1486ad126e8d (diff) | |
download | anaconda-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.am | 3 |
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 |