summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index a8ecbf6..93bd545 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -39,10 +39,10 @@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
@SET_MAKE@
-LIBLIB_OBJS = alloca.o getopt.o getopt1.o sigprocmask.o strndup.o \
- strdup.o strsep.o snprintf.o usleep.o
-LIBLIB_LTOBJS = alloca.lo getopt.lo getopt1.lo sigprocmask.lo strndup.lo \
- strdup.lo strsep.lo snprintf.lo usleep.lo
+LIBLIB_OBJS = alloca.o getopt.o getopt1.o strndup.o \
+ strdup.o strsep.o snprintf.o usleep.o md5.o
+LIBLIB_LTOBJS = alloca.lo getopt.lo getopt1.lo strndup.lo \
+ strdup.lo strsep.lo snprintf.lo usleep.lo md5.lo
TARGETS = $(LIBLIB_OBJS)
TARGETS = liblib.a
@@ -60,6 +60,8 @@ liblib.a: $(LIBLIB_OBJS)
install: all
+uninstall:
+
check:
depend: