28 lines
420 B
Text
28 lines
420 B
Text
#
|
|
# vtysh
|
|
#
|
|
|
|
if VTYSH
|
|
bin_PROGRAMS += vtysh/vtysh
|
|
man1 += $(MANBUILD)/vtysh.1
|
|
endif
|
|
|
|
clippy_scan += \
|
|
vtysh/vtysh.c \
|
|
# end
|
|
|
|
vtysh_vtysh_SOURCES = \
|
|
vtysh/vtysh_main.c \
|
|
vtysh/vtysh.c \
|
|
vtysh/vtysh_user.c \
|
|
vtysh/vtysh_config.c \
|
|
# end
|
|
|
|
noinst_HEADERS += \
|
|
vtysh/vtysh.h \
|
|
vtysh/vtysh_user.h \
|
|
# end
|
|
|
|
vtysh_vtysh_LDADD = lib/libfrr.la $(LIBCAP) $(LIBREADLINE) $(LIBS) $(LIBPAM)
|
|
|
|
EXTRA_DIST += vtysh/daemons.pl
|