From 5869965e5a7ff4e03cfeafcb1631ba9223e78f29 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Wed, 8 Oct 2008 17:59:39 -0400 Subject: Add support for UDP retransmissions and timeouts for channel bindings in turn --- socket/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'socket/Makefile.am') diff --git a/socket/Makefile.am b/socket/Makefile.am index d648056..26501cc 100644 --- a/socket/Makefile.am +++ b/socket/Makefile.am @@ -11,7 +11,9 @@ include $(top_srcdir)/common.mk AM_CFLAGS = \ $(ERROR_CFLAGS) \ $(GLIB_CFLAGS) \ - -I $(top_srcdir)/address + -I $(top_srcdir)/address \ + -I $(top_srcdir)/random \ + -I $(top_srcdir)/agent COMMON_LDADD = libsocket.la $(GLIB_LIBS) $(top_builddir)/address/libaddress.la $(top_builddir)/stun/libstun.la -- cgit v1.2.1