]> git.sur5r.net Git - ngadmin/blob - cli/src/Makefile.am
9cb55f9715999f4af2716ed53b1a03e5079e8d56
[ngadmin] / cli / src / Makefile.am
1
2 bin_PROGRAMS = admin
3
4 admin_SOURCES = admin.c com_bitrate.c com_cabletest.c com_defaults.c com_firmware.c \
5                 com_help.c com_igmp.c com_list.c com_login.c commands.c com_mirror.c \
6                 common.c com_name.c com_netconf.c com_password.c com_ports.c com_qos.c \
7                 com_quit.c com_restart.c com_scan.c com_stormfilter.c com_tree.c com_vlan.c
8 admin_CPPFLAGS = -I$(top_srcdir)/lib/include/
9 admin_LDADD = $(top_builddir)/lib/src/libngadmin.la
10