OSDN Git Service

Update my email address. I am no longer andersen@lineo.com
[uclinux-h8/uClibc.git] / libc / inet / Makefile
index fe51345..c9157bb 100644 (file)
@@ -1,6 +1,7 @@
 # Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersen@uclibc.org>
 #
 # This program is free software; you can redistribute it and/or modify it under
 # the terms of the GNU Library General Public License as published by the Free
@@ -20,9 +21,8 @@
 # other sundry sources.  Files within this library are copyright by their
 # respective copyright holders.
 
-TOPDIR=../
+TOPDIR=../../
 include $(TOPDIR)Rules.mak
-LIBC=$(TOPDIR)libc.a
 
 ifeq ($(strip $(INCLUDE_RPC)),true)
        DIRS=rpc
@@ -40,8 +40,8 @@ MOBJ2=encodeh.o decodeh.o encoded.o decoded.o lengthd.o encodeq.o \
        formquery.o dnslookup.o resolveaddress.o resolvemailbox.o \
        opennameservers.o closenameservers.o resolvename.o gethostbyname.o\
        res_init.o res_query.o gethostbyaddr.o \
-       get_hosts_byname.o get_hosts_byaddr.o read_etc_hosts.o
-
+       get_hosts_byname.o get_hosts_byaddr.o read_etc_hosts.o \
+       gethostbyname2.o getnameinfo.o
 
 MSRC3=socketcalls.c
 MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.o \