diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-20 18:19:08 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-20 18:19:08 -0800 |
commit | ea2f6c3e233d30e4ee37fa74a0d027c7478a1943 (patch) | |
tree | 751669b5e9fa72c5bee4d55957cbdb61830902fe /Makefile.am | |
parent | a77ffd90c19a203b5d0ebcc413c9f8f5b3b86a04 (diff) | |
download | vyatta-cfg-ea2f6c3e233d30e4ee37fa74a0d027c7478a1943.tar.gz vyatta-cfg-ea2f6c3e233d30e4ee37fa74a0d027c7478a1943.zip |
add vyatta-cfg-cmd-wrapper to replace xorp_tmpl_tool.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9e55aa1..5d41b2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ src_my_delete_SOURCES = src/delete.c src_my_set_SOURCES = src/set.c src_check_tmpl_SOURCES = src/check_tmpl.c -sbin_SCRIPTS = scripts/xorp_tmpl_tool +sbin_SCRIPTS = scripts/vyatta-cfg-cmd-wrapper sbin_SCRIPTS += scripts/vyatta-validate-type.pl sbin_SCRIPTS += scripts/vyatta-find-type.pl sbin_SCRIPTS += scripts/vyatta-config-loader.pl |