Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145992
Collapse All | Expand All

(-)lksctp-tools-1.0.6.orig/src/apps/Makefile.am (-2 / +2 lines)
Lines 8-15 Link Here
8
INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib 
8
INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib 
9
AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration
9
AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration
10
AM_LDFLAGS = 
10
AM_LDFLAGS = 
11
LDADD = $(top_builddir)/src/lib/libsctp.la \
11
LDADD = $(top_builddir)/src/testlib/libsctputil.la \
12
	$(top_builddir)/src/testlib/libsctputil.la
12
	$(top_builddir)/src/lib/libsctp.la
13
13
14
# programs to be installed with the distriubution
14
# programs to be installed with the distriubution
15
bin_PROGRAMS = sctp_darn sctp_test
15
bin_PROGRAMS = sctp_darn sctp_test
(-)lksctp-tools-1.0.6.orig/src/func_tests/Makefile.am (-2 / +2 lines)
Lines 8-15 Link Here
8
INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib 
8
INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib 
9
AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration
9
AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration
10
AM_LDFLAGS = -lpthread
10
AM_LDFLAGS = -lpthread
11
LDADD = $(top_builddir)/src/lib/libsctp.la \
11
LDADD = $(top_builddir)/src/testlib/libsctputil.la \
12
	$(top_builddir)/src/testlib/libsctputil.la
12
	$(top_builddir)/src/lib/libsctp.la
13
13
14
V6FLAGS = -DCONFIG_IPV6=1 -DTEST_V6=1 ${DEFS} ${INCLUDES} ${CFLAGS}
14
V6FLAGS = -DCONFIG_IPV6=1 -DTEST_V6=1 ${DEFS} ${INCLUDES} ${CFLAGS}
15
15

Return to bug 145992