~khurshid-alam/indicator-sound/lp-1714517

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Conor Curran
  • Date: 2010-06-21 10:36:58 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: conor.curran@canonical.com-20100621103658-msyb0m4mtrpzp0ho
lots of changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        metadata-menu-item.vala \
57
57
        player-controller.vala \
58
58
        mpris-controller-v2.vala \
59
 
        mpris-controller.vala
 
59
        mpris-controller.vala \
 
60
        player-item.vala
60
61
 
61
62
music_bridge_VALAFLAGS = \
62
63
  --ccode \
63
64
  -H music-player-bridge.h -d . \
64
65
  --library music-bridge \
65
66
  --vapidir=./ \
 
67
  --vapidir=$(topsrcdir)/vapi \
66
68
  --thread \
67
69
  --pkg gee-1.0 \
68
70
  --pkg Indicate-0.2 \
69
71
  --pkg Dbusmenu-Glib-0.2 \
 
72
  --pkg music-bridge \
70
73
        --pkg dbus-glib-1
71
74
 
72
75
  $(MAINTAINER_VALAFLAGS)