Skip to content
  • Nguyễn Thái Ngọc Duy's avatar
    bus/Makefile.am: make dbus-daemon and friends bin_PROGRAMS on Windows · 366ffe44
    Nguyễn Thái Ngọc Duy authored and Ralf Habacker's avatar Ralf Habacker committed
    On Linux, dbus-daemon and dbus-daemon-launch-helper are treated specially
    because they need permission adjustment.
    
    On Windows, all executables are stubs, created by libtool. The real
    executables are in .libs. We need to use libtool to install them
    properly. So let's make them bin_PROGRAMS on Windows.
    (cherry picked from commit 7fb35992d67433ac3ba82e9e2e786e123323456d)
    366ffe44