~unity-team/unity-lens-music/libunity7-compatible

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Tarmac
  • Author(s): Alejandro J. Cura
  • Date: 2013-04-25 17:06:58 UTC
  • mfrom: (146.1.3 lu7co)
  • Revision ID: tarmac-20130425170658-cxj1t3oqaafp3n2z
- Move account checking to payment preview (LP: #1170773). Fixes: https://bugs.launchpad.net/bugs/1170773.

Approved by PS Jenkins bot, Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
EXTRA_DIST =
5
5
 
6
6
DATADIR = $(datadir)
 
7
LIBEXECDIR = $(libexecdir)
7
8
 
8
9
# we're using Vala, C warnings are useless
9
10
AM_CFLAGS = -w
70
71
  $(NULL)
71
72
 
72
73
unity_musicstore_daemon_CPPFLAGS = \
 
74
  -DLIBEXECDIR=\"$(LIBEXECDIR)\" \
73
75
  $(unity_music_daemon_CPPFLAGS)
74
76
 
75
77
unity_musicstore_daemon_VALAFLAGS = \