tizen 2.4 release
[external/gnome-common.git] / Makefile.am
1 SUBDIRS = macros2 doc-build
2
3 EXTRA_DIST = \
4         autogen.sh \
5         gnome-common.doap \
6         doc/usage.txt \
7         ChangeLog.pre-git
8
9 DISTCHECK_CONFIGURE_FLAGS = --disable-silent-rules
10
11 # Build ChangeLog from GIT  history
12 ChangeLog:
13         $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
14                 GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
15         fi
16
17 dist: ChangeLog
18
19 .PHONY: ChangeLog