diff options
author | Mohit Mehta <mohit@vyatta.com> | 2010-10-07 19:14:39 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2010-10-07 19:14:39 -0700 |
commit | 30a5e2f7494b703fd3e69448f77104bd58193647 (patch) | |
tree | aa212a52c18b2b83dd2c9270c531791e42a624bf /Makefile.am | |
parent | 54ef1e9a6691a206e80bc21d20b1b72bd7c44ccb (diff) | |
download | vyatta-cfg-30a5e2f7494b703fd3e69448f77104bd58193647.tar.gz vyatta-cfg-30a5e2f7494b703fd3e69448f77104bd58193647.zip |
moved code for zones to vyatta-zone package
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cef450f..c5d29b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,7 +89,6 @@ share_perl5_DATA += lib/Vyatta/TypeChecker.pm share_perl5_DATA += lib/Vyatta/ConfigOutput.pm share_perl5_DATA += lib/Vyatta/ConfigLoad.pm share_perl5_DATA += lib/Vyatta/Keepalived.pm -share_perl5_DATA += lib/Vyatta/Zone.pm enum_SCRIPTS = scripts/enumeration/existing-interfaces |