summaryrefslogtreecommitdiff
path: root/src/meson.build
blob: 5ebe9ffb5a7a6174866b2210320d21b9e7998705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Shared common code
subdir('libtracker-common')

# Intermediate library of RDF & SPARQL helper functions.
# This gets used internally and also becomes part of the
# public libtracker-sparql library.
subdir('libtracker-sparql')

# Internal database library
subdir('gvdb')
subdir('libtracker-fts')
subdir('libtracker-data')

# Public libtracker-sparql library
subdir('libtracker-bus')
subdir('libtracker-direct')
subdir('libtracker-remote')
subdir('libtracker-sparql-backend')

# Public libtracker-miner library
subdir('libtracker-miner')

# Internal control library
subdir('libtracker-control')

# Public commandline control tool
subdir('tracker')

# Public shared database
subdir('tracker-store')

# Public ontologies
subdir('ontologies')