]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
[darcs-to-svn @ Ctr+Enter adds a new line in and empathy-chat exits 5sec after the...
[empathy.git] / Makefile.am
index 16116733701c8ef97f1490933767b67ee0f3bd05..cc530dd664e1728db38f03657fdb81b91887733c 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = po profiles pixmaps libempathy libempathy-gtk launcher accounts contact-list chat src
+SUBDIRS = po data 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