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