summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/Makefile.am
blob: 799b2a95565c61091ba7efc5f1f3cb93c4e0497f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include $(top_srcdir)/automake/compile.am

if LIBNETWORKING
project_lib_LIBRARIES = libpppd.a

$(PROJECT_LIB)/libpppd.a: libpppd.a
	$(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
TMPINSTALL_FILES = $(PROJECT_LIB)/libpppd.a

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 utils.c sys-rtems.c \
    rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
    rtemsdialer.h
endif

include $(top_srcdir)/automake/local.am