diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-09-07 04:15:58 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-09-07 04:15:58 +0000 |
commit | 7e5b2d590d663c40b6d1a1c4a370b0c0bb770f8c (patch) | |
tree | 0d85102c45f69e5f0d27b2175d6adf2d9ca8e1be /Makefile.am | |
parent | 15c75d023be453a717aefc82f02b6ef6fd8b7ace (diff) | |
download | vyatta-op-7e5b2d590d663c40b6d1a1c4a370b0c0bb770f8c.tar.gz vyatta-op-7e5b2d590d663c40b6d1a1c4a370b0c0bb770f8c.zip |
add code for op-mode Dynamic DNS commands
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1063b78..627ed32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ 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 |