Skip to content
  • Eli Schwartz's avatar
    autotools: distribute meson files · bcb44891
    Eli Schwartz authored and Allan McRae's avatar Allan McRae committed
    
    
    If we use make dist to create the official, signed release tarballs,
    those will not have meson build files by default since autotools doesn't
    know what they are.
    
    Also distribute all src/common/ files. We never strictly needed any of
    them to be distributed with autotools, because the dist tarball
    dereferences the symlinks (???), but only some of them were being
    distributed, and meson needs them to be in the right location as we only
    build libcommon from the primary files.
    
    Signed-off-by: default avatarEli Schwartz <eschwartz@archlinux.org>
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    bcb44891