6aa3607 Build: properly integrate ipasetup.py into build system

3 files Authored by pspacek 7 years ago, Committed by mbasti 7 years ago,
    Build: properly integrate ipasetup.py into build system
    
    AC_CONFIG_FILES in configure.ac works well only with Makefiles.
    Other files have to be handled by Makefile.am so depedencies
    are tracked properly.
    
    There is a problem that Python sub-directories depend on ipasetup.py
    which is one level above the sub-directory. This means that depedencies
    are the other way around that expected. This is being worked around
    using hack from
    http://lists.gnu.org/archive/html/automake/2009-03/msg00011.html
    
    https://fedorahosted.org/freeipa/ticket/6498
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+7 -1
file modified
+10 -5
file modified
+0 -1