diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-16 09:44:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-16 09:44:30 -0700 |
commit | 8363358c3010d1f7383e3a09c16d071f9ec5b42f (patch) | |
tree | bd8b4de9797259f513e8f09e5dd40679a9a889eb /Makefile.am | |
parent | 4b3aad36248f3e5c02646540801ea05536445ce8 (diff) | |
parent | 93f7c1c4d0ec76d81f093b2fc966cf56c17b372b (diff) | |
download | vyatta-op-8363358c3010d1f7383e3a09c16d071f9ec5b42f.tar.gz vyatta-op-8363358c3010d1f7383e3a09c16d071f9ec5b42f.zip |
Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-op into islavista
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7499a22..627ed32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ bin_SCRIPTS += scripts/vyatta-tshark-interface-port.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh bin_sudo_users_SCRIPTS += scripts/vyatta-reboot.pl +bin_sudo_users_SCRIPTS += scripts/vyatta-op-dns-forwarding.pl +bin_sudo_users_SCRIPTS += scripts/vyatta-op-dynamic-dns.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |