diff options
| author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-03 22:12:30 +0800 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-03 22:12:30 +0800 |
| commit | 214850e492efd75f8664bbfb98c6dd6bf161aeb6 (patch) | |
| tree | fb788b71ca6e6b801d9cd257a6b798287735e763 /Makefile.am | |
| parent | 563cdc5a284bc85957f60b14048ba6e42a0c7c87 (diff) | |
| download | gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.gz gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.zst gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.zip | |
[darcs-to-svn @ Remove EmpathySession and move all programs into src/]
svn path=/trunk/; revision=28
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
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 |
