summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-05-26 16:56:21 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-05-26 16:56:21 +0000
commitdf43bd85d5940ae14fbd7517787b2c46a955e447 (patch)
tree6d7de139af2a9b667050e23db1b331e7cf3ddd54 /isys/Makefile
parentcb3d3f225cb1c8ade3fb89d6c4c5502f037a50b5 (diff)
downloadanaconda-df43bd85d5940ae14fbd7517787b2c46a955e447.tar.gz
anaconda-df43bd85d5940ae14fbd7517787b2c46a955e447.tar.xz
anaconda-df43bd85d5940ae14fbd7517787b2c46a955e447.zip
* isys/Makefile: Remove getipaddr.o reference.
* isys/getipaddr.c: Removed. * isys/isys.c (doGetIPAddress): Call netlink_interfaces_ip2str() instead of getIPAddr(). * isys/net.h: Removed getIPAddr() prototype.
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 36c0b530b..f3fe7766f 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -5,8 +5,7 @@ CFLAGS += -I$(PYTHONINCLUDE) -I.. -DHAVE_NFS
OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o \
smp.o devnodes.o cpio.o uncpio.o dasd.o \
lang.o isofs.o dns.o linkdetect.o vio.o \
- ethtool.o getipaddr.o wireless.o eddsupport.o \
- nl.o
+ ethtool.o wireless.o eddsupport.o nl.o
SOBJECTS = $(patsubst %.o,%.lo,$(OBJECTS))
SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) isys.c
LOADLIBES = -lresolv -lpci -lpopt -lpump -lext2fs -lz -lkudzu -lpci -ldevmapper