source: rtems/cpukit/pppd/Makefile.am @ 54650f51

4.104.114.84.95
Last change on this file since 54650f51 was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 09:57:43

Remove all-local.

  • Property mode set to 100644
File size: 648 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
[6a8e52d]5include $(top_srcdir)/automake/compile.am
[4bf1801]6
[4078e82]7if HAS_NETWORKING
[8f19e30]8include_rtemsdir = $(includedir)/rtems
9include_rtems_HEADERS = rtemspppd.h rtemsdialer.h
[4078e82]10
[8f19e30]11project_lib_LIBRARIES = libpppd.a
[44213ad]12libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
13    chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
14    options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
[8f19e30]15    rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
[0850b08]16    rtemsdialer.h
[bd2fa0a5]17libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE
[4078e82]18endif
[4bf1801]19
[994eb05]20include $(srcdir)/preinstall.am
[6a8e52d]21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.