Changeset 8f19e30 in rtems
- Timestamp:
- Oct 26, 2005, 4:22:49 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a20205a
- Parents:
- d2970aae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/pppd/Makefile.am
rd2970aae r8f19e30 5 5 include $(top_srcdir)/automake/compile.am 6 6 7 noinst_LIBRARIES = 7 if HAS_NETWORKING 8 include_rtemsdir = $(includedir)/rtems 9 include_rtems_HEADERS = rtemspppd.h rtemsdialer.h 8 10 9 if HAS_NETWORKING 10 include_HEADERS = rtemspppd.h rtemsdialer.h 11 12 noinst_LIBRARIES += libpppd.a 11 project_lib_LIBRARIES = libpppd.a 13 12 libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \ 14 13 chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \ 15 14 options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \ 16 rtemsmain.c rtemspppd.c pppd.h patchlevel.h pathnames.h 15 rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \ 16 rtemsidialer.h 17 17 libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE 18 18 endif 19 19 20 # FIXME: Move sources to libpppd_a_SOURCES, remove other files. 21 EXTRA_DIST = ipxcp.c ipxcp.h 22 23 all-local: $(PREINSTALL_FILES) 20 all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 24 21 25 22 CLEANFILES = $(PREINSTALL_FILES)
Note: See TracChangeset
for help on using the changeset viewer.