diff options
Diffstat (limited to 'dhcpctl/Makefile.am')
-rw-r--r-- | dhcpctl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpctl/Makefile.am b/dhcpctl/Makefile.am index bf14a070..35f14620 100644 --- a/dhcpctl/Makefile.am +++ b/dhcpctl/Makefile.am @@ -2,6 +2,7 @@ bin_PROGRAMS = omshell lib_LIBRARIES = libdhcpctl.a noinst_PROGRAMS = cltest man_MANS = omshell.1 dhcpctl.3 +EXTRA_DIST = $(man_MANS) omshell_SOURCES = omshell.c omshell_LDADD = libdhcpctl.a ../common/libdhcp.a ../minires/libres.a \ |