~jeremy-munsch/synapse-project/fix-desktop-launchers

« back to all changes in this revision

Viewing changes to src/ui/Makefile.am

  • Committer: Rico Tzschichholz
  • Date: 2014-07-15 09:33:40 UTC
  • Revision ID: ricotz@ubuntu.com-20140715093340-65ja9hzm8ji9x96c
build: Move definition of common valaflags to configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
VAPIDIR = $(top_srcdir)/vapi
7
7
 
8
8
synapse_VALAFLAGS = \
 
9
        $(SYNAPSE_COMMON_VALAFLAGS) \
9
10
        $(SYNAPSE_MODULES_VALAFLAGS) \
10
11
        --vapidir $(top_builddir)/src/core \
11
12
        --pkg synapse-core \
15
16
        --pkg tile-view \
16
17
        --vapidir $(VAPIDIR) \
17
18
        $(VAPIDIR)/config.vapi \
18
 
        -g \
19
19
        $(NULL)
20
20
 
21
21
synapse_CFLAGS = \