Updated de translation (Andre Klapper).
[empathy-mirror.git] / Makefile.am
blob4d552e25b2086f7c5847fd3a296908d092f9bc04
1 SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs help
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         --disable-schemas-install       \
24         --enable-gtk-doc
26 INTLTOOL =                      \
27         intltool-extract.in     \
28         intltool-merge.in       \
29         intltool-update.in
31 EXTRA_DIST =                    \
32         ChangeLog               \
33         ChangeLog.old           \
34         README                  \
35         CONTRIBUTORS            \
36         autogen.sh              \
37         $(INTLTOOL)
39 DISTCLEANFILES =                \
40         ChangeLog               \
41         intltool-extract        \
42         intltool-merge          \
43         intltool-update
45 # Workaround broken scrollkeeper that doesn't remove its files on
46 # uninstall.
47 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
49 ChangeLog: Makefile.am
50         git-log --pretty=short > ChangeLog
51         
53 dist: ChangeLog
55 .PHONY: ChangeLog