- Add .changes file
[profile/ivi/node-startup-controller.git] / Makefile.am
1 # vi:set ts=8 sw=8 noet ai nocindent:
2
3 SUBDIRS =                                                               \
4         common                                                          \
5         legacy-app-handler                                              \
6         node-startup-controller                                         \
7         nsm-dummy                                                       \
8         docs                                                            \
9         tests
10
11 .PHONY: ChangeLog
12
13 ChangeLog: Makefile
14         (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
15         && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
16         || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
17
18 dist-hook: ChangeLog
19
20 DISTCHECK_CONFIGURE_FLAGS =                                             \
21         --enable-gtk-doc                                                \
22         --enable-debug=no