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