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

« back to all changes in this revision

Viewing changes to src/plugins/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:
7
7
VAPIDIR = $(top_srcdir)/vapi
8
8
 
9
9
libplugins_la_VALAFLAGS = \
 
10
        $(SYNAPSE_COMMON_VALAFLAGS) \
10
11
        $(SYNAPSE_MODULES_VALAFLAGS) \
11
12
        --vapidir $(top_builddir)/src/core \
12
13
        --pkg synapse-core \
13
14
        --vapidir $(VAPIDIR) \
14
15
        $(VAPIDIR)/config.vapi \
15
 
        -g \
16
16
        $(NULL)
17
17
 
18
18
libplugins_la_CFLAGS = \