All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lksctp-tools] build: fix out-of-tree build of withsctp.
@ 2013-02-24  7:10 Diego Elio Pettenò
  2013-02-24 15:20 ` Daniel Borkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Elio Pettenò @ 2013-02-24  7:10 UTC (permalink / raw)
  To: linux-sctp


Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
---
 src/withsctp/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/withsctp/Makefile.am b/src/withsctp/Makefile.am
index e091049..cecf606 100644
--- a/src/withsctp/Makefile.am
+++ b/src/withsctp/Makefile.am
@@ -10,7 +10,7 @@ include $(top_srcdir)/Makefile.rules
 bin_PROGRAMS = checksctp
 bin_SCRIPTS = withsctp
 
-AM_CPPFLAGS=-I../include
+AM_CPPFLAGS=-I$(top_srcdir)/src/include
 pkglib_LTLIBRARIES = libwithsctp.la
 libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
 	sctp_sockopt.c sctp_socket.h
-- 
1.8.1.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH lksctp-tools] build: fix out-of-tree build of withsctp.
  2013-02-24  7:10 [PATCH lksctp-tools] build: fix out-of-tree build of withsctp Diego Elio Pettenò
@ 2013-02-24 15:20 ` Daniel Borkmann
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2013-02-24 15:20 UTC (permalink / raw)
  To: linux-sctp

On 02/24/2013 08:10 AM, Diego Elio Pettenò wrote:
>
> Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-24 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24  7:10 [PATCH lksctp-tools] build: fix out-of-tree build of withsctp Diego Elio Pettenò
2013-02-24 15:20 ` Daniel Borkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.