1 ACLOCAL_AMFLAGS = -I m4
6 gobject-introspection \
32 gobject-introspection \
36 pkgconfigdir = $(libdir)/pkgconfig
37 pkgconfig_DATA = vala-1.0.pc
39 dist-hook: gen-ChangeLog
41 gen_start_date = 2009-02-25
44 if test -d .git; then \
45 $(top_srcdir)/gitlog-to-changelog \
46 --since=$(gen_start_date) > $(distdir)/cl-t; \
47 rm -f $(distdir)/ChangeLog; \
48 mv $(distdir)/cl-t $(distdir)/ChangeLog; \