diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-09-06 01:36:53 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-09-06 01:36:53 +0000 |
commit | a684eb06761896b0236619b9506d6699a98af2ba (patch) | |
tree | f089e0da09f030819fc977395aff2b8f33fdb057 /Makefile.am | |
parent | f9c10f6d4d60fba33876f613dfbbf23f58067186 (diff) | |
download | vyatta-cfg-system-a684eb06761896b0236619b9506d6699a98af2ba.tar.gz vyatta-cfg-system-a684eb06761896b0236619b9506d6699a98af2ba.zip |
first attempt at implementing CLI support for Dynamic DNS
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 ec5a473e..9cd18256 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ sbin_SCRIPTS += scripts/telnetd.init sbin_SCRIPTS += scripts/add_bootfile_eth_hwid sbin_SCRIPTS += scripts/mod_bootfile_eth_hwid sbin_SCRIPTS += scripts/dns-forwarding/vyatta-dns-forwarding.pl +sbin_SCRIPTS += scripts/dynamic-dns/vyatta-dynamic-dns.pl noinst_DATA = test_bootfile |