Skip to content
  • Lubomir Rintel's avatar
    build: fix an out-of-tree build · e33a995d
    Lubomir Rintel authored
      make[3]: Entering directory 'NetworkManager/_build/sub'
        CC       clients/cli/nmcli-common.o
      cc1: error: ./clients/common: No such file or directory [-Werror=missing-include-dirs]
      cc1: all warnings being treated as errors
    
    The only generated header in $builddir/clients/common is settings-docs.h
    and only libnmc.la needs it. Include the directory on the command line
    only when we know it exists.
    e33a995d