File: Makefile.am

package info (click to toggle)
tracker 1.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 41,032 kB
  • ctags: 21,997
  • sloc: ansic: 238,235; python: 8,639; sh: 4,649; makefile: 3,902; xml: 569; perl: 106; cpp: 61
file content (17 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS =

if HAVE_TRACKER_MINER_EVOLUTION
SUBDIRS += evolution
endif

if HAVE_TRACKER_MINER_THUNDERBIRD
SUBDIRS += thunderbird
endif

if HAVE_TRACKER_MINER_FIREFOX
SUBDIRS += firefox
endif

if HAVE_TRACKER_NAUTILUS_EXTENSION
SUBDIRS += nautilus
endif