diff options
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 7e37418..03c49e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,13 @@ cfgdir = $(datadir)/vyatta-cfg/templates opdir = $(datadir)/vyatta-op/templates share_perl5dir = $(datadir)/perl5 bin_sudo_usersdir = $(bindir)/sudo-users +curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-cluster.pl bin_sudo_users_SCRIPTS = scripts/vyatta-show-cluster.pl share_perl5_DATA = scripts/VyattaClusterConfig.pm +curver_DATA = cfg-version/cluster@1 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |