Announce service availability on D-Bus after all initialization

This fixes a bug, where in, mapper was announcing the
availability of service prior to initialiazing.

Change-Id: I20b9af7716501dcd93b63f7c60bfc3c2692111c0
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
1 file changed
tree: cb962a92865a55e26f308f8f522881e2402a44df
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. .clang-format
  5. .gitignore
  6. bootstrap.sh
  7. configure.ac
  8. LICENSE
  9. MAINTAINERS
  10. Makefile.am
  11. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.