summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-01 16:48:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-01 16:48:29 +0000
commit0850b08764fbf998d003513f748c68e0d50bfe4b (patch)
tree296079bb3f5bd794bf351ea0770de3cab22ad308 /cpukit/pppd/Makefile.am
parent2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0850b08764fbf998d003513f748c68e0d50bfe4b.tar.bz2
2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Fix typo.
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index 7290998a20..b14c3f6d5d 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -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 \
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 \
- rtemsidialer.h
+ rtemsdialer.h
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE
endif