Skip to content
  • Thomas Haller's avatar
    connectivity: always build nm-connectivity.c source · c1054ec8
    Thomas Haller authored
    We already do conditional build with "#if WITH_CONCHECK".
    Get rid of the conditional in the makefile and instead do
    conditional compilating inside the source file "nm-connectivity.c".
    
    The advantage is, now if you want to know which parts are build,
    you only need to grep for the WITH_CONCHECK preprocessor define
    instead of also caring about the conditional in Makefile.am and
    meson.build.
    
    It doesn't change the fact of conditional compilation. But it
    consistently uses one mechanism to achieve it.
    c1054ec8