diff options
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ad25aa150..84b2c414f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -52,6 +52,10 @@ if HAVE_TRACKER_MINER_FS autostart_DATA += tracker-miner-fs.desktop tracker-extract.desktop endif +if HAVE_TRACKER_MINER_APPS +autostart_DATA += tracker-miner-apps.desktop +endif + if HAVE_TRACKER_MINER_RSS autostart_DATA += tracker-miner-rss.desktop endif |