diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-11-18 17:19:33 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-11-18 17:19:33 +0000 |
commit | fda834d4b0831ef0400f03d8e3bf95880b364037 (patch) | |
tree | 2773786b6d6484897ad6eb8c94c4e1e5cfc7150e /isys/Makefile | |
parent | a705ddcdf2ff8cdb5481adb31577b7867fd9e490 (diff) | |
download | anaconda-fda834d4b0831ef0400f03d8e3bf95880b364037.tar.gz anaconda-fda834d4b0831ef0400f03d8e3bf95880b364037.tar.xz anaconda-fda834d4b0831ef0400f03d8e3bf95880b364037.zip |
add getLinkStatus to determine whether an interface has an active link
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 e630f4e22..c06b9df7b 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -4,7 +4,7 @@ CFLAGS = -ffunction-sections -I$(PYTHONINCLUDE) -I.. -Wall -Os -g -DHAVE_NFS -D OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o \ smp.o moduleinfo.o devnodes.o cpio.o probe.o uncpio.o \ - lang.o isofs.o pdc.o dns.o + lang.o isofs.o pdc.o dns.o linkdetect.o SOBJECTS = $(patsubst %.o,%.lo,$(OBJECTS)) SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) isys.c STATICOBJS = otherinsmod.o |