pidgin/pidgin

4030c478dedc
Parents fc54b98d3849
Children 4c7417b4d5fa
Makefile.am: Ensure libfacebook.la is built before docs are

When generating documentation, the scanner uses the libfacebook.la
file in order to get the documentation information. This patch
ensures that the libfacebook.la file exists by the time the scanner
tries to use it.
  • +3 -0
    Makefile.am
  • --- a/Makefile.am Sun Oct 09 17:17:22 2016 -0500
    +++ b/Makefile.am Sun Oct 09 18:26:02 2016 -0500
    @@ -29,6 +29,9 @@
    $(AM_V_at)if [ ! -f "$(top_builddir)libpurple/libpurple.la" ]; then \
    $(MAKE) -C libpurple libpurple.la; \
    fi
    + $(AM_V_at)if [ ! -f "$(top_builddir)libpurple/protocols/facebook/libfacebook.la" ]; then \
    + $(MAKE) -C libpurple/protocols/facebook libfacebook.la; \
    + fi
    if ENABLE_GNT
    $(AM_V_at)if [ ! -f "$(top_builddir)finch/libgnt/libgnt.la" ]; then \
    $(MAKE) -C finch/libgnt libgnt.la; \