1 include $(top_srcdir)/build/Makefile.am.common
3 ACLOCAL_AMFLAGS= -I build
5 BUILT_SOURCES= ChangeLog
19 # Creating ChangeLog files from git log:
20 # idea stolen from cairo/build/Makefile.am.changelog
22 $(AM_V_GEN)if test -d "$(srcdir)/.git"; then \
23 ( cd "$(srcdir)" && git log --stat > $@ ) ; \
25 echo ' *WARN A git checkout is required to generate $@' ; \