(estrdup): add

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5344 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-02-13 05:13:39 +00:00
parent 1d2827c36c
commit d88d76118c
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ libroken_la_SOURCES = \
concat.c \
emalloc.c \
erealloc.c \
estrdup.c \
get_window_size.c \
getarg.c \
inaddr2str.c \

View File

@@ -42,6 +42,7 @@ SOURCES = \
daemon.c \
emalloc.c \
erealloc.c \
estrdup.c \
err.c \
errx.c \
fchown.c \
@@ -113,6 +114,7 @@ OBJECTS = \
concat.o \
emalloc.o \
erealloc.o \
estrdup.o \
get_window_size.o \
getarg.o \
inaddr2str.o \