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