diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-28 15:57:21 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-28 15:57:57 -0500 |
commit | 69437be53a76d2a73b24a97cacd85ad1c0ed103b (patch) | |
tree | e358cfc5cf168b4c265391b1d8709ddefa6d0947 | |
parent | 9d97425af3a3279bcfe6f894ec980a9083dd7586 (diff) | |
download | sssd-69437be53a76d2a73b24a97cacd85ad1c0ed103b.tar.gz sssd-69437be53a76d2a73b24a97cacd85ad1c0ed103b.tar.bz2 sssd-69437be53a76d2a73b24a97cacd85ad1c0ed103b.zip |
Include the debug_level upgrade tool in the tarball
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 81581658..99dbbd2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -185,6 +185,7 @@ dist_noinst_SCRIPTS = \ src/config/SSSDConfig.py \ src/config/SSSDConfigTest.py \ src/config/sssd_upgrade_config.py \ + src/contrib/rhel/upgrade_debug_levels.py \ src/tests/pyhbac-test.py dist_noinst_DATA = \ |