]> git.0d.be Git - empathy.git/blob - Makefile.am
Fix ref count error for account objects.
[empathy.git] / Makefile.am
1 SUBDIRS = po data libempathy libempathy-gtk src doc
2
3 if HAVE_MEGAPHONE
4 SUBDIRS += megaphone
5 endif
6
7 if HAVE_NOTHERE
8 SUBDIRS += nothere
9 endif
10
11 if HAVE_PYTHON
12 SUBDIRS += python
13 endif
14
15 DISTCHECK_CONFIGURE_FLAGS =     \
16         --disable-scrollkeeper  \
17         --enable-gtk-doc
18
19 INTLTOOL =                      \
20         intltool-extract.in     \
21         intltool-merge.in       \
22         intltool-update.in
23
24 EXTRA_DIST =                    \
25         ChangeLog               \
26         README                  \
27         CONTRIBUTORS            \
28         $(INTLTOOL)
29
30 DISTCLEANFILES =                \
31         intltool-extract        \
32         intltool-merge          \
33         intltool-update
34
35 # Workaround broken scrollkeeper that doesn't remove its files on
36 # uninstall.
37 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
38
39 dist-hook:
40         chmod a+w ${distdir}/ChangeLog
41         if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi