Use .so and not .dll for library. Stupid me.
[beagle.git] / Makefile.am
blob33d6d2f9cea4d1424a774fd389bde739cc5d4bd4
2 pkgconfigdir = $(libdir)/pkgconfig
3 pkgconfig_DATA = beagle-0.0.pc beagle-ui-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 if ENABLE_THUNDERBIRD
40 if ENABLE_GUI
41 SUBDIRS += ContactViewer
42 endif
43 endif
45 # When the chooser work has been fixed up to use libbeagle, we can
46 # reenable this directory.
47 # SUBDIRS += chooser-fu
49 EXTRA_DIST =                    \
50         HACKING                 \
51         intltool-extract.in     \
52         intltool-merge.in       \
53         intltool-update.in      \
54         $(pkgconfig_DATA)       \
55         beagle.spec
57 DISTCHECK_CONFIGURE_FLAGS = --disable-epiphany-extension-install --enable-gtk-doc
59 DISTCLEANFILES =                \
60         intltool-extract        \
61         intltool-merge          \
62         intltool-update         \
63         $(pkgconfig_DATA)