Send along the type data in a QueryPart from libbeagle. Fix from D Bera
[beagle.git] / Makefile.am
blob65006d11735aff40c12d78c375ddf14e72ebf762
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         Util                    \
14         images                  \
15         templates               \
16         glue                    \
17         BeagleClient            \
18         Tiles                   \
19         beagled                 \
20         Filters                 \
21         tools                   \
22         Best                    \
23         ImLogViewer             \
24         mozilla-extension       \
25         searchomatic            \
26         bludgeon
28 if ENABLE_EPIPHANY_EXTENSION
29 SUBDIRS += epiphany-extension
30 endif
32 # When the chooser work has been fixed up to use libbeagle, we can
33 # reenable this directory.
34 # SUBDIRS += chooser-fu
36 EXTRA_DIST =                    \
37         intltool-extract.in     \
38         intltool-merge.in       \
39         intltool-update.in      \
40         $(pkgconfig_DATA)       \
41         beagle.spec
43 DISTCHECK_CONFIGURE_FLAGS = --disable-epiphany-extension-install --enable-gtk-doc
45 DISTCLEANFILES =                \
46         intltool-extract        \
47         intltool-merge          \
48         intltool-update         \
49         $(pkgconfig_DATA)