]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
Remove the autogen.sh script and use gnome-autogen.sh instead.
[empathy.git] / Makefile.am
index bf4cebf432f73e29885d0d461d3760b786519d77..9e4c06f3adbc98058a3af1e825890d83428bd739 100644 (file)
@@ -1,7 +1,8 @@
-SUBDIRS = po profiles pixmaps libempathy libempathy-gtk launcher accounts contact-list chat
+SUBDIRS = po data libempathy libempathy-gtk src doc
 
 DISTCHECK_CONFIGURE_FLAGS =    \
-       --disable-scrollkeeper
+       --disable-scrollkeeper  \
+       --enable-gtk-doc
 
 INTLTOOL =                     \
        intltool-extract.in     \
@@ -22,3 +23,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