2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>

* pppd/Makefile.am: Fix typo.
This commit is contained in:
Ralf Corsepius
2005-11-01 16:48:29 +00:00
parent 1c88866a20
commit 0850b08764
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Fix typo.
2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 840/rtems: PR 840/rtems:

View File

@@ -13,7 +13,7 @@ libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \ chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \ options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \ rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
rtemsidialer.h rtemsdialer.h
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE
endif endif