diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2012-06-28 09:54:01 +0100 |
---|---|---|
committer | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-06-29 13:28:50 +0100 |
commit | ef7bc8fd84e434e985459215624ce1798e92401b (patch) | |
tree | f38065d195cf981f2ca483c0069fe7d3e3a2c88e /Makefile.am | |
parent | 4923d259d87b4b17d10eba73a9cee3a1fe80dda2 (diff) | |
download | node-startup-controller-ef7bc8fd84e434e985459215624ce1798e92401b.tar.gz |
Add convenience library 'libcommon.la'
Reference to individual components of the 'common' directory in
components' respective makefiles are replaced with reference to the
convenience library 'libcommon.la'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 95c7abb..bf8f9dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ # vi:set ts=8 sw=8 noet ai nocindent: SUBDIRS = \ + common \ luc-handler \ boot-manager \ legacy-app-handler \ |