source: rtems/cpukit/pppd/Makefile.am @ b799e4eb

4.115
Last change on this file since b799e4eb was b72dc8b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/12/07 at 16:03:17

2007-06-12 Ralf Corsépius <ralf.corsepius@…>

  • pppd/Makefile.am: Reflect moving out md*.
  • Property mode set to 100644
File size: 644 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7if LIBNETWORKING
8include_rtemsdir = $(includedir)/rtems
9include_rtems_HEADERS = rtemspppd.h rtemsdialer.h
10
11project_lib_LIBRARIES = libpppd.a
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 utils.c sys-rtems.c \
15    rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
16    rtemsdialer.h
17libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE -I$(srcdir)/../libmd
18endif
19
20include $(srcdir)/preinstall.am
21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.