Dont reindex already indexed files. Yet another bug uncovered by the DateTime fixes.
[beagle.git] / Makefile.am
blob2c4f32bd9b4cba67b2211c45ff7c1c16f90dd69d
1 # Require at least automake 1.7
2 AUTOMAKE_OPTIONS = 1.7
4 pkgconfigdir = $(libdir)/pkgconfig
5 pkgconfig_DATA = beagle-0.0.pc beagle-daemon.pc
7 if ENABLE_GUI
8 pkgconfig_DATA += beagle-ui-0.0.pc
9 endif
11 SUBDIRS =
13 if ENABLE_GUI
14 SUBDIRS += po
15 endif
17 if ENABLE_LIBBEAGLE
18 SUBDIRS += libbeagle
19 endif
21 SUBDIRS +=                      \
22         wrappers                \
23         Util                    \
24         glue                    \
25         BeagleClient            \
26         beagled                 \
27         Filters
29 if ENABLE_GUI
30 SUBDIRS +=                      \
31         images                  \
32         search                  \
33         ImLogViewer
34 endif
36 SUBDIRS +=                      \
37         mozilla-extension       \
38         tools
40 if ENABLE_EPIPHANY_EXTENSION
41 SUBDIRS += epiphany-extension
42 endif
44 if ENABLE_BLUDGEON
45 SUBDIRS += bludgeon
46 endif
48 if ENABLE_THUNDERBIRD
49 if ENABLE_GUI
50 SUBDIRS += ContactViewer
51 endif
52 endif
54 # When the chooser work has been fixed up to use libbeagle, we can
55 # reenable this directory.
56 # SUBDIRS += chooser-fu
58 EXTRA_DIST =                    \
59         HACKING                 \
60         intltool-extract.in     \
61         intltool-merge.in       \
62         intltool-update.in      \
63         $(pkgconfig_DATA)       \
64         beagle.spec
66 DISTCHECK_CONFIGURE_FLAGS = --disable-epiphany-extension-install --enable-gtk-doc
68 DISTCLEANFILES =                \
69         intltool-extract        \
70         intltool-merge          \
71         intltool-update         \
72         $(pkgconfig_DATA)