(libroken_la_SOURCES): add copyhostent.c, freehostent.c,

getipnodebyname.c, getipnodebyaddr.c


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6475 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-18 23:25:05 +00:00
parent 581461f4da
commit 2eb0f1fdb7

View File

@@ -20,14 +20,18 @@ endif
libroken_la_SOURCES = \ libroken_la_SOURCES = \
base64.c \ base64.c \
concat.c \ concat.c \
copyhostent.c \
emalloc.c \ emalloc.c \
eread.c \ eread.c \
erealloc.c \ erealloc.c \
estrdup.c \ estrdup.c \
ewrite.c \ ewrite.c \
freehostent.c \
get_default_username.c \ get_default_username.c \
get_window_size.c \ get_window_size.c \
getarg.c \ getarg.c \
getipnodebyaddr.c \
getipnodebyname.c \
inaddr2str.c \ inaddr2str.c \
issuid.c \ issuid.c \
k_getpwnam.c \ k_getpwnam.c \