RTF filter complies to MS RTF 1.5 specification. (works well with 1.8 as well).
[beagle.git] / Makefile.am
blobadfb0e4e3a44bc9386f1fcc0ca755fcf4675b66e
2 pkgconfigdir = $(libdir)/pkgconfig
3 pkgconfig_DATA = beagle-0.0.pc
5 SUBDIRS =                       \
6         Util                    \
7         images                  \
8         templates               \
9         glue                    \
10         BeagleClient            \
11         beagled                 \
12         Filters                 \
13         Tiles                   \
14         tools                   \
15         Best                    \
16         mozilla-extension       \
17         searchomatic            \
18         chooser-fu
20 if ENABLE_EPIPHANY_EXTENSION
21 SUBDIRS += epiphany-extension
22 endif
24 EXTRA_DIST = \
25         $(pkgconfig_DATA) \
26         beagle.spec
28 DISTCLEANFILES = $(pkgconfig_DATA)