* Filters/FilterPackage.cs, Filters/FilterRPM.cs,
[beagle.git] / Makefile.am
blob9f4fd52c8f8eef67c9f148dda5cf14b9215740a4
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                 \
19         tools
21 if ENABLE_GUI
22 SUBDIRS +=                      \
23         images                  \
24         search                  \
25         ImLogViewer
26 endif
28 SUBDIRS +=                      \
29         mozilla-extension       
30         
31 if ENABLE_EPIPHANY_EXTENSION
32 SUBDIRS += epiphany-extension
33 endif
35 if ENABLE_BLUDGEON
36 SUBDIRS += bludgeon
37 endif
39 # When the chooser work has been fixed up to use libbeagle, we can
40 # reenable this directory.
41 # SUBDIRS += chooser-fu
43 EXTRA_DIST =                    \
44         HACKING                 \
45         intltool-extract.in     \
46         intltool-merge.in       \
47         intltool-update.in      \
48         $(pkgconfig_DATA)       \
49         beagle.spec
51 DISTCHECK_CONFIGURE_FLAGS = --disable-epiphany-extension-install --enable-gtk-doc
53 DISTCLEANFILES =                \
54         intltool-extract        \
55         intltool-merge          \
56         intltool-update         \
57         $(pkgconfig_DATA)