]> git.sur5r.net Git - ngadmin/commitdiff
Rename cli executable
authordarkcoven <admin@darkcoven.tk>
Fri, 27 Sep 2013 23:02:11 +0000 (01:02 +0200)
committerdarkcoven <admin@darkcoven.tk>
Fri, 27 Sep 2013 23:02:11 +0000 (01:02 +0200)
.gitignore
cli/src/Makefile.am

index bffc0ff05df741b3f87713a3ebc19a4a99cc3b7c..4c5b25804e3f6e0dd273d169cd61ef769e1ac983 100644 (file)
@@ -5,7 +5,7 @@
 *.so
 *.a
 *.la
 *.so
 *.a
 *.la
-admin
+ngcli
 ngspy
 lib/doc/
 raw/doc/
 ngspy
 lib/doc/
 raw/doc/
index 9cb55f9715999f4af2716ed53b1a03e5079e8d56..e6e9ee2b4e4fe8ff9bcd2f93da279dc86b17a36f 100644 (file)
@@ -1,10 +1,10 @@
 
 
-bin_PROGRAMS = admin
+bin_PROGRAMS = ngcli
 
 
-admin_SOURCES = admin.c com_bitrate.c com_cabletest.c com_defaults.c com_firmware.c \
+ngcli_SOURCES = admin.c com_bitrate.c com_cabletest.c com_defaults.c com_firmware.c \
                com_help.c com_igmp.c com_list.c com_login.c commands.c com_mirror.c \
                common.c com_name.c com_netconf.c com_password.c com_ports.c com_qos.c \
                com_quit.c com_restart.c com_scan.c com_stormfilter.c com_tree.c com_vlan.c
                com_help.c com_igmp.c com_list.c com_login.c commands.c com_mirror.c \
                common.c com_name.c com_netconf.c com_password.c com_ports.c com_qos.c \
                com_quit.c com_restart.c com_scan.c com_stormfilter.c com_tree.c com_vlan.c
-admin_CPPFLAGS = -I$(top_srcdir)/lib/include/
-admin_LDADD = $(top_builddir)/lib/src/libngadmin.la
+ngcli_CPPFLAGS = -I$(top_srcdir)/lib/include/
+ngcli_LDADD = $(top_builddir)/lib/src/libngadmin.la