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 850d7c9..143eae3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,11 +3,13 @@ opdir = $(datadir)/vyatta-op/templates xsldir = $(datadir)/xsl share_perl5dir = $(datadir)/perl5 bin_sudo_usersdir = $(bindir)/sudo-users +curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-nat.pl bin_sudo_users_SCRIPTS = scripts/vyatta-show-nat.pl share_perl5_DATA = scripts/VyattaNatRule.pm +curver_DATA = cfg-version/nat@2 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |