Add initial classes for the boot manager service implementation
[profile/ivi/node-startup-controller.git] / Makefile.am
1 # vi:set ts=8 sw=8 noet ai nocindent:
2
3 SUBDIRS =                                                               \
4         boot-manager                                                    \
5         luc-handler                                                     \
6         tests
7
8 .PHONY: ChangeLog
9
10 ChangeLog: Makefile
11         (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
12         && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
13         || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
14
15 dist-hook: ChangeLog
16
17 DISTCHECK_CONFIGURE_FLAGS =                                             \
18         --enable-gtk-doc