summaryrefslogtreecommitdiff
blob: 67f41b35813dce294e08b75448977d737c2d4cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff -uNr lksctp-tools-1.0.6.orig/src/apps/Makefile.am lksctp-tools-1.0.6/src/apps/Makefile.am
--- lksctp-tools-1.0.6.orig/src/apps/Makefile.am	2006-02-03 18:58:37.000000000 +0000
+++ lksctp-tools-1.0.6/src/apps/Makefile.am	2006-09-02 13:39:54.000000000 +0100
@@ -8,8 +8,8 @@
 INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib 
 AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration
 AM_LDFLAGS = 
-LDADD = $(top_builddir)/src/lib/libsctp.la \
-	$(top_builddir)/src/testlib/libsctputil.la
+LDADD = $(top_builddir)/src/testlib/libsctputil.la \
+	$(top_builddir)/src/lib/libsctp.la
 
 # programs to be installed with the distriubution
 bin_PROGRAMS = sctp_darn sctp_test
diff -uNr lksctp-tools-1.0.6.orig/src/func_tests/Makefile.am lksctp-tools-1.0.6/src/func_tests/Makefile.am
--- lksctp-tools-1.0.6.orig/src/func_tests/Makefile.am	2006-02-03 18:58:37.000000000 +0000
+++ lksctp-tools-1.0.6/src/func_tests/Makefile.am	2006-09-02 13:46:38.000000000 +0100
@@ -8,8 +8,8 @@
 INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib 
 AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration
 AM_LDFLAGS = -lpthread
-LDADD = $(top_builddir)/src/lib/libsctp.la \
-	$(top_builddir)/src/testlib/libsctputil.la
+LDADD = $(top_builddir)/src/testlib/libsctputil.la \
+	$(top_builddir)/src/lib/libsctp.la
 
 V6FLAGS = -DCONFIG_IPV6=1 -DTEST_V6=1 ${DEFS} ${INCLUDES} ${CFLAGS}