diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-09 15:11:30 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-09 15:11:30 +0000 |
commit | 3b84f12383e0c7483ff5d700f3a18d362d1248b2 (patch) | |
tree | b0fb4a71997f479b05a234e84e9cd6e1eaabc355 /mdk-stage1 | |
parent | 6fab419e98ddb5e5c1749bf407c1cda63001b5ac (diff) | |
download | drakx-3b84f12383e0c7483ff5d700f3a18d362d1248b2.tar drakx-3b84f12383e0c7483ff5d700f3a18d362d1248b2.tar.gz drakx-3b84f12383e0c7483ff5d700f3a18d362d1248b2.tar.bz2 drakx-3b84f12383e0c7483ff5d700f3a18d362d1248b2.tar.xz drakx-3b84f12383e0c7483ff5d700f3a18d362d1248b2.zip |
don't forget to link with third_party stuff
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 0baa93765..134aaf2a8 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -110,7 +110,7 @@ STAGE1_NETWORK_LIBS = /usr/$(LIB)/libresolv.a endif #- stage1 itself -STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c lomount.c partition.c +STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c lomount.c partition.c thirdparty.c CDROMSRC = cdrom.c DISKSRC = disk.c directory.c NETWORKSRC = network.c nfsmount.c dhcp.c url.c dns.c adsl.c directory.c |