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