]> git.0d.be Git - empathy.git/blob - Makefile.am
Do not install schemas in distcheck
[empathy.git] / Makefile.am
1 SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs help
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 if HAVE_TESTS
16 SUBDIRS += tests
17 endif
18
19 ACLOCAL_AMFLAGS = -I m4
20
21 DISTCHECK_CONFIGURE_FLAGS =             \
22         --disable-scrollkeeper          \
23         --disable-schemas-install       \
24         --enable-gtk-doc
25
26 INTLTOOL =                      \
27         intltool-extract.in     \
28         intltool-merge.in       \
29         intltool-update.in
30
31 EXTRA_DIST =                    \
32         ChangeLog               \
33         ChangeLog.old           \
34         README                  \
35         CONTRIBUTORS            \
36         autogen.sh              \
37         $(INTLTOOL)
38
39 DISTCLEANFILES =                \
40         ChangeLog               \
41         intltool-extract        \
42         intltool-merge          \
43         intltool-update
44
45 # Workaround broken scrollkeeper that doesn't remove its files on
46 # uninstall.
47 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
48
49 ChangeLog: Makefile.am
50         git-log --pretty=short > ChangeLog
51         
52
53 dist: ChangeLog
54
55 .PHONY: ChangeLog
56