Changeset b72dc8b in rtems
- Timestamp:
- 06/12/07 16:03:17 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 61d368a3
- Parents:
- e720541
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
re720541 rb72dc8b 1 1 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 2 3 * pppd/Makefile.am: Reflect moving out md*. 3 4 * pppd/md4.h, pppd/md4.c, pppd/md5.c, pppd/md5.h: Remove (moved to 4 5 libmd). -
cpukit/pppd/Makefile.am
re720541 rb72dc8b 15 15 rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \ 16 16 rtemsdialer.h 17 libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE 18 endif 19 20 if NEWLIB 21 noinst_LIBRARIES = libmd.a 22 libmd_a_SOURCES = md5.h md5.c 23 libmd_a_SOURCES += md4.h md4.c 24 libmd_a_CPPFLAGS = $(AM_CPPFLAGS) 17 libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE -I$(srcdir)/../libmd 25 18 endif 26 19
Note: See TracChangeset
for help on using the changeset viewer.