Bump required specs version
[libfso-glib.git] / Makefile.am
blob8bcb548979db4b1022b49707a941c5103633a140
1 AUTOMAKE_OPTIONS = subdir-objects
3 pkgconfigdir = $(libdir)/pkgconfig
4 pkgconfig_DATA = fso-glib-1.0.pc
6 SUBDIRS = \
7         src
9 dist-hook: gen-ChangeLog
11 gen_start_date = 2009-03-12
12 .PHONY: gen-ChangeLog
13 gen-ChangeLog:
14         if test -d .git; then                                                           \
15           $(top_srcdir)/gitlog-to-changelog                                     \
16             --since=$(gen_start_date) > $(distdir)/cl-t;        \
17           rm -f $(distdir)/ChangeLog;                                           \
18           mv $(distdir)/cl-t $(distdir)/ChangeLog;                      \
19         fi
21 EXTRA_DIST = \
22         gitlog-to-changelog
24 DISTCLEANFILES = \
25         configure \
26         config.guess \
27         config.sub \
28         Makefile.in \
29         aclocal.m4 \
30         compile \
31         depcomp \
32         install-sh \
33         ltmain.sh \
34         missing