diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c1345abd9..7ccf73606 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,5 @@ else extractor_dir = endif -SUBDIRS =text-filters trackerd libtracker $(extractor_dir) tracker-extract - - +SUBDIRS = text-filters trackerd libtracker $(extractor_dir) tracker-extract +DIST_SUBDIRS = text-filters trackerd libtracker $(extractor_dir) tracker-extract |