Merge the recent changes from HEAD onto the branch
[beagle.git] / Makefile.am
blob238679c7ba1bf73a2c2948837d781e69abca68f9
2 pkgconfigdir = $(libdir)/pkgconfig
3 pkgconfig_DATA = beagle-0.0.pc beagle-daemon.pc
5 SUBDIRS =                       \
6         po
8 if ENABLE_LIBBEAGLE
9 SUBDIRS += libbeagle
10 endif
12 SUBDIRS +=                      \
13         wrappers                \
14         Util                    \
15         glue                    \
16         BeagleClient            \
17         beagled                 \
18         Filters
20 if ENABLE_GUI
21 pkgconfig_DATA += beagle-ui-0.0.pc
22 SUBDIRS +=                      \
23         images                  \
24         search                  \
25         ImLogViewer
26 endif
28 SUBDIRS +=                      \
29         mozilla-extension       \
30         tools
32 if ENABLE_EPIPHANY_EXTENSION
33 SUBDIRS += epiphany-extension
34 endif
36 if ENABLE_BLUDGEON
37 SUBDIRS += bludgeon
38 endif
40 if ENABLE_THUNDERBIRD
41 if ENABLE_GUI
42 SUBDIRS += ContactViewer
43 endif
44 endif
46 # When the chooser work has been fixed up to use libbeagle, we can
47 # reenable this directory.
48 # SUBDIRS += chooser-fu
50 EXTRA_DIST =                    \
51         HACKING                 \
52         intltool-extract.in     \
53         intltool-merge.in       \
54         intltool-update.in      \
55         $(pkgconfig_DATA)       \
56         beagle.spec
58 DISTCHECK_CONFIGURE_FLAGS = --disable-epiphany-extension-install --enable-gtk-doc
60 DISTCLEANFILES =                \
61         intltool-extract        \
62         intltool-merge          \
63         intltool-update         \
64         $(pkgconfig_DATA)