From 08c44fe7759462d19aab93f65502e6fbe35c8662 Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 22 Apr 2013 19:30:30 +0000 Subject: [PATCH] Added nsock_proxy.h to the DEPS list. --- nsock/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsock/src/Makefile.in b/nsock/src/Makefile.in index 59e11b8cb..9a07b2754 100644 --- a/nsock/src/Makefile.in +++ b/nsock/src/Makefile.in @@ -31,7 +31,7 @@ SRCS = error.c filespace.c gh_list.c nsock_connect.c nsock_core.c nsock_iod.c ns OBJS = error.o filespace.o gh_list.o nsock_connect.o nsock_core.o nsock_iod.o nsock_proxy.o nsock_read.o nsock_timers.o nsock_write.o nsock_ssl.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o nsock_engines.o engine_select.o engine_epoll.o engine_kqueue.o engine_poll.o nsock_log.o @COMPAT_OBJS@ -DEPS = error.h filespace.h gh_list.h nsock_internal.h netutils.h nsock_pcap.h nsock_log.h ../include/nsock.h $(NBASEDIR)/libnbase.a +DEPS = error.h filespace.h gh_list.h nsock_internal.h netutils.h nsock_pcap.h nsock_log.h nsock_proxy.h ../include/nsock.h $(NBASEDIR)/libnbase.a .c.o: $(CC) -c $(CPPFLAGS) $(CFLAGS) $< -o $@