<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-12-09)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>

        * ftp01/Makefile.am:
        Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.282&r2=text&tr2=1.283&diff_format=h">M</a></td><td width='1%'>1.283</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ftp01/Makefile.am.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/libtests/ftp01/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.282 rtems/testsuites/libtests/ChangeLog:1.283
--- rtems/testsuites/libtests/ChangeLog:1.282   Thu Dec  8 15:38:11 2011
+++ rtems/testsuites/libtests/ChangeLog Thu Dec  8 23:57:06 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-12-09    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * ftp01/Makefile.am:<span style="background-color: #FF0000"> </span>
+       Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
+
</font> 2011-12-08        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1589/build

<font color='#006600'>diff -u rtems/testsuites/libtests/ftp01/Makefile.am:1.2 rtems/testsuites/libtests/ftp01/Makefile.am:1.3
--- rtems/testsuites/libtests/ftp01/Makefile.am:1.2     Thu Dec  8 15:38:11 2011
+++ rtems/testsuites/libtests/ftp01/Makefile.am Thu Dec  8 23:57:06 2011
</font><font color='#997700'>@@ -17,7 +17,7 @@
</font> AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/termios04
 
<font color='#880000'>-LINK_OBJS = $(ftp01_OBJECTS)
</font><font color='#000088'>+LINK_OBJS = $(ftp01_OBJECTS) $(ftp01_LDADD)
</font> LINK_LIBS = $(ftp01_LDLIBS)
 
 ftp01$(EXEEXT): $(ftp01_OBJECTS) $(ftp01_DEPENDENCIES)
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>