~unity-team/bamf/xenial

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: CI Train Bot
  • Author(s): Andrea Azzarone
  • Date: 2016-04-15 11:57:23 UTC
  • mfrom: (629.1.11 bamf-export-actions-menu)
  • Revision ID: ci-train-bot@canonical.com-20160415115723-1f7bwhsiem1gqt4x
BamfWindow: Export window actions menu using dbusmenu Fixes: #1570812
Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        $(COVERAGE_CFLAGS) \
68
68
        $(NULL)
69
69
 
 
70
if EXPORT_ACTIONS_MENU
 
71
bamfdaemon_LDADD += $(DBUSMENU_LIBS)
 
72
bamfdaemon_CFLAGS += $(DBUSMENU_CFLAGS)
 
73
bamfdaemon_CFLAGS += -DEXPORT_ACTIONS_MENU
 
74
endif
 
75
 
70
76
bamfdaemon_LDFLAGS = \
71
77
        -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions \
72
78
        $(COVERAGE_LDFLAGS) \