aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-03 22:12:30 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-03 22:12:30 +0800
commit952ffe8a881adbf9338d81bf48d8330f5e669adf (patch)
treefb788b71ca6e6b801d9cd257a6b798287735e763 /Makefile.am
parent2af1bf51d792dd75e089b44cc7f82ad15cea660a (diff)
downloadgsoc2013-empathy-952ffe8a881adbf9338d81bf48d8330f5e669adf.tar
gsoc2013-empathy-952ffe8a881adbf9338d81bf48d8330f5e669adf.tar.gz
gsoc2013-empathy-952ffe8a881adbf9338d81bf48d8330f5e669adf.tar.bz2
gsoc2013-empathy-952ffe8a881adbf9338d81bf48d8330f5e669adf.tar.lz
gsoc2013-empathy-952ffe8a881adbf9338d81bf48d8330f5e669adf.tar.xz
gsoc2013-empathy-952ffe8a881adbf9338d81bf48d8330f5e669adf.tar.zst
gsoc2013-empathy-952ffe8a881adbf9338d81bf48d8330f5e669adf.zip
[darcs-to-svn @ Remove EmpathySession and move all programs into src/]
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@28 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
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