Changeset a6abd67 in rtems for cpukit/pppd/Makefile.am
- Timestamp:
- Nov 25, 2000, 7:42:21 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f0864664
- Parents:
- e2af631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/pppd/Makefile.am
re2af631 ra6abd67 8 8 LIB = $(ARCH)/$(LIBNAME) 9 9 10 # What to do about main.c?10 # renamed main.c to pppmain.c 11 11 C_FILES = auth.c cbcp.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c \ 12 ipxcp.c lcp.c magic.c options.c upap.c md4.c md5.c rtems-ppp.c 12 ipxcp.c lcp.c magic.c options.c upap.c md4.c md5.c rtems-ppp.c \ 13 pppmain.c 13 14 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 14 15 … … 41 42 ipxcp.h lcp.c lcp.h magic.c magic.h main.c md4.c md4.h md5.c md5.h \ 42 43 options.c patchlevel.h pathnames.h ppp_tty.c pppd.h rtems-ppp.c upap.c \ 43 upap.h $(EXTRA_FILES)44 upap.h pppmain.c $(EXTRA_FILES) 44 45 45 46 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.