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