~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to meson.build

  • Committer: Corentin Noël
  • Author(s): worldofpeace
  • Date: 2019-08-14 13:18:39 UTC
  • Revision ID: git-v1:73372b49f9e908811c7ef53444a82aa1a1fcb053
build: fix install path for dbus service (#32)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
i18n = import('i18n')
8
8
add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), language:'c')
9
9
 
 
10
prefix = get_option('prefix')
 
11
datadir = join_paths(prefix, get_option('datadir'))
 
12
bindir = join_paths(prefix, get_option('bindir'))
 
13
 
10
14
subdir('src')
11
15
subdir('data')