bc1f60b Default to pkginstall=true without duplicated definitions

1 file Authored by cheimes 7 years ago, Committed by mbasti 7 years ago,
    Default to pkginstall=true without duplicated definitions
    
    automake was complaining about duplicated definitions of pkginstall. It
    was defined to true in Makefile.python.am only to be overriden in some
    Makefile.am.
    
    Now we assume that pkginstall is implicit true and only skip
    installation when pkginstall is explicitly set to false.
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+1 -2