summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 02:44:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 02:44:15 +0000
commit7021a2ecea093830b89ed669127f54211c05b50b (patch)
tree14c8ee082bfb1bc6ee99f3d15ebdbf10e0183235
parentNew. (diff)
downloadrtems-7021a2ecea093830b89ed669127f54211c05b50b.tar.bz2
2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* backward/rtemspppd.h, backward/rtemsdialer.h: New. * Makefile.am: Add backward/rtemspppd.h, backward/rtemsdialer.h.
-rw-r--r--cpukit/ChangeLog12
-rw-r--r--cpukit/Makefile.am2
2 files changed, 13 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d335a64ec8..682442c95c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,16 @@
+2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * backward/rtemspppd.h, backward/rtemsdialer.h: New.
+ * Makefile.am: Add backward/rtemspppd.h, backward/rtemsdialer.h.
+
+2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * telnet/Makefile.am: Install libtelnetd.a.
+
2005-10-25 Eric Norum <norume@aps.anl.gov>
- * libnetworking/rtems/rtems_showifstat.c: Don't sign-extend address components.
+ * libnetworking/rtems/rtems_showifstat.c: Don't sign-extend address components.
+
2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 13b57344f5..75a6b1fcf8 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -42,6 +42,8 @@ include_HEADERS += backward/asm.h backward/chain.h backward/clockdrv.h \
if HAS_NETWORKING
include_HEADERS += backward/ftpd.h
+include_HEADERS += backward/rtemspppd.h
+include_HEADERS += backward/rtemsdialer.h
endif
include_motoroladir = $(includedir)/motorola