]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
Updated Polish translation (Tomasz Dominikowski).
[empathy.git] / Makefile.am
index bf4cebf432f73e29885d0d461d3760b786519d77..cc530dd664e1728db38f03657fdb81b91887733c 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = po profiles pixmaps libempathy libempathy-gtk launcher accounts contact-list chat
+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