diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 87b6c62e3..a14dcd113 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po profiles pixmaps libempathy libempathy-gtk accounts contact-list chat src +SUBDIRS = po profiles pixmaps libempathy libempathy-gtk src DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper @@ -22,3 +22,7 @@ DISTCLEANFILES = \ # Workaround broken scrollkeeper that doesn't remove its files on # uninstall. distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' + +dist-hook: + chmod a+w ${distdir}/ChangeLog + if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi |