summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 06:03:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 06:03:16 +0000
commit2b44af21ddbdfe045a64b4dd68a42602f454526d (patch)
tree04092e1d8e5621023d7a4c4d844c7a6808897cbb /c/src/libnetworking/ChangeLog
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2b44af21ddbdfe045a64b4dd68a42602f454526d.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_servers/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_telnetd/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_webserver/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
Diffstat (limited to 'c/src/libnetworking/ChangeLog')
-rw-r--r--c/src/libnetworking/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog
index 319fa5ca6e..ff57dda16e 100644
--- a/c/src/libnetworking/ChangeLog
+++ b/c/src/libnetworking/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * pppd/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * rtems_servers/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * rtems_telnetd/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * rtems_webserver/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
+
2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255