Use "git log" instead of "git-log"
[empathy.git] / Makefile.am
blob4792946212c63d130db0ae372fe47ef6a408b3cf
1 SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs help
3 if HAVE_MEGAPHONE
4 SUBDIRS += megaphone
5 endif
7 if HAVE_NOTHERE
8 SUBDIRS += nothere
9 endif
11 if HAVE_PYTHON
12 SUBDIRS += python
13 endif
15 if HAVE_TESTS
16 SUBDIRS += tests
17 endif
19 ACLOCAL_AMFLAGS = -I m4
21 DISTCHECK_CONFIGURE_FLAGS =             \
22         --disable-scrollkeeper          \
23         --disable-schemas-install       \
24         --enable-gtk-doc
26 EXTRA_DIST =                    \
27         ChangeLog               \
28         ChangeLog.old           \
29         README                  \
30         CONTRIBUTORS            \
31         autogen.sh
33 DISTCLEANFILES =                \
34         ChangeLog
36 # Workaround broken scrollkeeper that doesn't remove its files on
37 # uninstall.
38 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
40 ChangeLog: Makefile.am
41         git log --pretty=short > ChangeLog
42         
44 dist: ChangeLog
46 .PHONY: ChangeLog