diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-31 15:09:28 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-31 17:39:56 +0200 |
commit | ec6dc19bbeb4c93e951ba5419ccf6768d5811ae6 (patch) | |
tree | 1673a4b201f6f6cdc1d5277a5c2821cb569f9d5a /Makefile.am | |
parent | dba90159b8bf8f065fcbce48432ef5da36a0c5ce (diff) | |
download | connman-ec6dc19bbeb4c93e951ba5419ccf6768d5811ae6.tar.gz connman-ec6dc19bbeb4c93e951ba5419ccf6768d5811ae6.tar.bz2 connman-ec6dc19bbeb4c93e951ba5419ccf6768d5811ae6.zip |
ntpd plugin
The ntpd plugin triggers an ntpd -q task whenever a service goes online.
It either uses the meego ntp service or the one it potentially fetches
from a DHCP response.
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 511f088d..0e98e8b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -186,6 +186,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \ --enable-client \ --enable-portal \ --enable-hh2serial-gps \ + --enable-ntpd \ --enable-tools DISTCLEANFILES = $(pkgconfig_DATA) |