Updated Spanish translation (Jorge Gonzalez)
[empathy-mirror.git] / Makefile.am
blob2d0d907ff443415d925296b61e4533bba1072530
1 SUBDIRS = po data libempathy libempathy-gtk src docs
3 if HAVE_MEGAPHONE
4 SUBDIRS += megaphone
5 endif
7 if HAVE_NOTHERE
8 SUBDIRS += nothere
9 endif
11 if HAVE_PYTHON
12 SUBDIRS += python
13 endif
15 if HAVE_TESTS
16 SUBDIRS += tests
17 endif
19 ACLOCAL_AMFLAGS = -I m4
21 DISTCHECK_CONFIGURE_FLAGS =     \
22         --disable-scrollkeeper  \
23         --enable-gtk-doc
25 INTLTOOL =                      \
26         intltool-extract.in     \
27         intltool-merge.in       \
28         intltool-update.in
30 EXTRA_DIST =                    \
31         ChangeLog               \
32         ChangeLog.old           \
33         README                  \
34         CONTRIBUTORS            \
35         autogen.sh              \
36         $(INTLTOOL)
38 DISTCLEANFILES =                \
39         ChangeLog               \
40         intltool-extract        \
41         intltool-merge          \
42         intltool-update
44 # Workaround broken scrollkeeper that doesn't remove its files on
45 # uninstall.
46 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
48 ChangeLog: Makefile.am
49         git-log --pretty=short > ChangeLog
50         
52 dist: ChangeLog
54 .PHONY: ChangeLog