ossp-pkg/l2/Makefile.in 1.26 -> 1.27
--- Makefile.in 2001/10/11 08:02:16 1.26
+++ Makefile.in 2001/11/04 13:21:17 1.27
@@ -63,7 +63,7 @@
# list of library object files
OBJS = \
- l2_stream.lo \
+ l2_env.lo \
l2_channel.lo \
l2_ch_fd.lo \
l2_ch_file.lo \
@@ -86,7 +86,7 @@
# list of source files
SRCS = \
- l2_stream.c \
+ l2_env.c \
l2_channel.c \
l2_ch_fd.c \
l2_ch_file.c \
@@ -296,13 +296,14 @@
$(OBJS): Makefile
# AUTOMATICALLY GENERATED DEPENDENCY LIST - DO NOT EDIT
-l2_stream.o: l2_stream.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
+l2_env.o: l2_env.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
l2_channel.o: l2_channel.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
l2_ch_fd.o: l2_ch_fd.c l2.h
l2_ch_file.o: l2_ch_file.c l2.h
l2_ch_pipe.o: l2_ch_pipe.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
l2_ch_syslog.o: l2_ch_syslog.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
l2_ch_socket.o: l2_ch_socket.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
+l2_ch_irc.o: l2_ch_irc.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
l2_ch_smtp.o: l2_ch_smtp.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
l2_ch_null.o: l2_ch_null.c l2.h
l2_ch_filter.o: l2_ch_filter.c l2.h l2_ut_pcre.h
|
|