diff options
author | rbalocca <rbalocca@fugazi.vyatta.com> | 2007-12-18 14:18:43 -0800 |
---|---|---|
committer | rbalocca <rbalocca@fugazi.vyatta.com> | 2007-12-18 14:18:43 -0800 |
commit | 666e8fb1e77695dc9c06309a97a146aaf090ee9a (patch) | |
tree | 34bb035d33592dedba9fec2bee2b99e98be0c56a /Makefile.am | |
parent | b5c72569cb4f0ca97e6c1a43075ac140670f61d9 (diff) | |
parent | 3b0f0b581c00c7466c36392c89f6edfac5e7e5f1 (diff) | |
download | vyatta-op-666e8fb1e77695dc9c06309a97a146aaf090ee9a.tar.gz vyatta-op-666e8fb1e77695dc9c06309a97a146aaf090ee9a.zip |
Merge branch 'master' into glendale
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fdde7e6..091e050 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,12 +12,13 @@ alloweddir = $(datadir)/vyatta-op/functions/allowed allowed_DATA = functions/allowed/hosts bin_SCRIPTS = scripts/vyatta-show-interfaces -bin_SCRIPTS += scripts/vyatta-show-dmesg-all bin_SCRIPTS += scripts/vyatta-show-version bin_sudo_users_SCRIPTS = scripts/vyatta-show-log bin_sudo_users_SCRIPTS += scripts/vyatta-show-log-all bin_sudo_users_SCRIPTS += scripts/vyatta-show-log-file +bin_sudo_users_SCRIPTS += scripts/vyatta-show-dmesg +bin_sudo_users_SCRIPTS += scripts/vyatta-show-dmesg-all sbin_PROGRAMS = src/render_xml |