]> git.sur5r.net Git - ngadmin/commitdiff
Fix required files not included in dist archive
authordarkcoven <admin@darkcoven.tk>
Sun, 13 Oct 2013 22:47:39 +0000 (00:47 +0200)
committerdarkcoven <admin@darkcoven.tk>
Sun, 13 Oct 2013 22:47:39 +0000 (00:47 +0200)
cli/man/Makefile.am
cli/src/Makefile.am

index cea1b3df3da90932368664f3ed607fb4a6e5c268..aa8beb18e48620e398895ee940c54947855ee1c4 100644 (file)
@@ -1,3 +1,3 @@
 
-man_MANS = ngadmin.1
+dist_man_MANS = ngadmin.1
 
index 5f60acf3a3bc3147965c3b4ddd8d16de530c31a7..65b471cc8195558ac01c580efbc7e02752f97a29 100644 (file)
@@ -1,5 +1,6 @@
 
 bin_PROGRAMS = ngcli
+noinst_HEADERS = commands.h common.h
 
 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 \