(SOURCES, OBJECTS): add emalloc, erealloc, resolve

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5338 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-02-13 04:31:15 +00:00
parent b99b2811cd
commit 3355af9a14

View File

@@ -40,6 +40,8 @@ SOURCES = \
chown.c \ chown.c \
concat.c \ concat.c \
daemon.c \ daemon.c \
emalloc.c \
erealloc.c \
err.c \ err.c \
errx.c \ errx.c \
fchown.c \ fchown.c \
@@ -69,6 +71,7 @@ SOURCES = \
parse_units.c \ parse_units.c \
print_version.c \ print_version.c \
putenv.c \ putenv.c \
resolve.c \
rcmd.c \ rcmd.c \
roken_gethostby.c \ roken_gethostby.c \
readv.c \ readv.c \
@@ -108,6 +111,8 @@ EXTRA_SOURCES = \
OBJECTS = \ OBJECTS = \
base64.o \ base64.o \
concat.o \ concat.o \
emalloc.o \
erealloc.o \
get_window_size.o \ get_window_size.o \
getarg.o \ getarg.o \
inaddr2str.o \ inaddr2str.o \
@@ -120,6 +125,7 @@ OBJECTS = \
parse_time.o \ parse_time.o \
parse_units.o \ parse_units.o \
print_version.o \ print_version.o \
resolve.o \
roken_gethostby.o \ roken_gethostby.o \
strcat_truncate.o \ strcat_truncate.o \
strcpy_truncate.o \ strcpy_truncate.o \