diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-02-08 18:38:36 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2008-02-08 18:38:36 -1000 |
commit | e0e631492e43a1e3a2a0c4fbb8b31fa7a239f869 (patch) | |
tree | c5a40a49fa1907327d0e99888e7624989dab0c1a /isys/Makefile | |
parent | 0b703896e838fcb9ac09b9ebaab7b432c01e65ff (diff) | |
download | anaconda-e0e631492e43a1e3a2a0c4fbb8b31fa7a239f869.tar.gz anaconda-e0e631492e43a1e3a2a0c4fbb8b31fa7a239f869.tar.xz anaconda-e0e631492e43a1e3a2a0c4fbb8b31fa7a239f869.zip |
Rename nl.c to iface.c and functions to iface_*
Rename the interface control functions to start with iface_
rather than nl_. The libnl API uses nl_ and it gets confusing
if we use that here too.
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index 2df289e35..2ad036148 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -24,7 +24,7 @@ CFLAGS += -I$(PYTHONINCLUDE) -I.. -DHAVE_NFS OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o devices.o imount.o \ smp.o cpio.o uncpio.o dasd.o \ lang.o isofs.o linkdetect.o vio.o \ - ethtool.o wireless.o eddsupport.o nl.o str.o auditd.o + ethtool.o wireless.o eddsupport.o iface.o str.o auditd.o SOBJECTS = $(patsubst %.o,%.lo,$(OBJECTS)) SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) isys.c LOADLIBES = -lresolv -lpopt -lext2fs -lz -ldevmapper -lblkid |