diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-05-14 13:21:09 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-05-14 13:21:09 -0700 |
commit | 1beb14e6dfb50c41b5b612b6696ab68e237d7ed3 (patch) | |
tree | 29bf32814735eeef5878c77380df44ec40cb2832 /Makefile.am | |
parent | 507404a62bbab41de83c006a84476d1069aabf5c (diff) | |
download | vyatta-conntrack-1beb14e6dfb50c41b5b612b6696ab68e237d7ed3.tar.gz vyatta-conntrack-1beb14e6dfb50c41b5b612b6696ab68e237d7ed3.zip |
change default behavior, added vyatta-cthelper.pl
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 39a08b2..26b6b1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ bin_sudo_usersdir = $(bindir)/sudo-users bin_sudo_users_SCRIPTS = scripts/vyatta-show-conntrack.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-conntrack.pl bin_sudo_users_SCRIPTS += scripts/vyatta-conntrack-timeouts.pl +bin_sudo_users_SCRIPTS += scripts/vyatta-cthelper.pl curver_DATA = cfg-version/conntrack@1 |