~indicator-applet-developers/libindicator/trunk.16.10

« back to all changes in this revision

Viewing changes to libindicator/Makefile.am

  • Committer: CI Train Bot
  • Author(s): Iain Lane
  • Date: 2015-12-08 11:30:03 UTC
  • mfrom: (531.1.1 libindicator)
  • Revision ID: ci-train-bot@canonical.com-20151208113003-kxgl1ofz9vf4lrul
Add -lm via LDADD to resolve FTBFS in Xenial
Approved by: PS Jenkins bot, Lars Uebernickel

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        -Wall -Werror -Wno-error=deprecated-declarations
69
69
 
70
70
libindicator_la_LIBADD = \
71
 
        $(LIBINDICATOR_LIBS)
 
71
        $(LIBINDICATOR_LIBS) \
 
72
        $(LIBM)
72
73
 
73
74
libindicator_la_LDFLAGS = \
74
75
        $(COVERAGE_LDFLAGS) \