]> git.sur5r.net Git - ngadmin/blob - cli/src/Makefile.am
Factorize string related functions
[ngadmin] / cli / src / Makefile.am
1
2 bin_PROGRAMS = ngcli
3 noinst_HEADERS = commands.h common.h
4
5 ngcli_SOURCES = admin.c com_bitrate.c com_cabletest.c com_defaults.c com_firmware.c \
6                 com_help.c com_igmp.c com_list.c com_login.c commands.c com_mirror.c \
7                 common.c com_name.c com_netconf.c com_password.c com_ports.c com_qos.c \
8                 com_quit.c com_restart.c com_scan.c com_stormfilter.c com_tree.c com_vlan.c
9 ngcli_CPPFLAGS = -I$(top_srcdir)/raw/include/ -I$(top_srcdir)/lib/include/
10 ngcli_LDADD = $(top_builddir)/raw/src/librawnsdp.la $(top_builddir)/lib/src/libngadmin.la $(READLINE_LIBS)
11