diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-08-17 12:39:45 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-08-19 11:15:09 -0400 |
commit | 551aa6c36797ed720487f5974dcadabf19e6ff9f (patch) | |
tree | 6f27967514430f4d3975de13ddadd9ab8b536dbd /src/config | |
parent | ad42d90b7e23978b62e36d6885d5fea0a105d6d0 (diff) | |
download | sssd-551aa6c36797ed720487f5974dcadabf19e6ff9f.tar.gz sssd-551aa6c36797ed720487f5974dcadabf19e6ff9f.tar.bz2 sssd-551aa6c36797ed720487f5974dcadabf19e6ff9f.zip |
Rewrite toplevel Makefile
There is no longer a need to have nested Makefiles and configure
scripts. This patch combines the src/ Makefile and configure.ac
into the root.
Diffstat (limited to 'src/config')
-rwxr-xr-x | src/config/SSSDConfigTest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index e99a7876..f0cfac8b 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -1614,7 +1614,7 @@ if __name__ == "__main__": import sys srcdir = os.getenv('srcdir') if srcdir: - srcdir = srcdir + "/config" + srcdir = srcdir + "/src/config" else: srcdir = "." |