bus/Makefile.am: make dbus-daemon and friends bin_PROGRAMS on Windows
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 11 Jun 2009 11:06:19 +0000 (21:06 +1000)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 1 Dec 2009 07:38:06 +0000 (08:38 +0100)
commit366ffe4478a0c92d747f18fb939ce9c700e00aca
treef5f864b10472c424217a0f856a7cc68b8fa9ac90
parent6900afeb7d887eae5b7ce819232023c6cb5d03d7
bus/Makefile.am: make dbus-daemon and friends bin_PROGRAMS on Windows

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)
bus/Makefile.am