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