mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 21:44:05 +08:00
Install rtemsdialer.h, rtemspppd.h to $(includedir)/rtems.
This commit is contained in:
@@ -4,23 +4,20 @@
|
||||
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES =
|
||||
|
||||
if HAS_NETWORKING
|
||||
include_HEADERS = rtemspppd.h rtemsdialer.h
|
||||
include_rtemsdir = $(includedir)/rtems
|
||||
include_rtems_HEADERS = rtemspppd.h rtemsdialer.h
|
||||
|
||||
noinst_LIBRARIES += libpppd.a
|
||||
project_lib_LIBRARIES = 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 md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
|
||||
rtemsmain.c rtemspppd.c pppd.h patchlevel.h pathnames.h
|
||||
rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
|
||||
rtemsidialer.h
|
||||
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE
|
||||
endif
|
||||
|
||||
# FIXME: Move sources to libpppd_a_SOURCES, remove other files.
|
||||
EXTRA_DIST = ipxcp.c ipxcp.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
Reference in New Issue
Block a user