]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
Add an Advanced section and remove size_group. Fixes bug #463759 (Jaap A.
[empathy.git] / Makefile.am
index 87b6c62e3b684cfbd3491e11f543d6ac99cbb1fe..9e4c06f3adbc98058a3af1e825890d83428bd739 100644 (file)
@@ -1,7 +1,8 @@
-SUBDIRS = po profiles pixmaps libempathy libempathy-gtk accounts contact-list chat src
+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