summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2012-02-03 20:26:06 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-02-04 01:15:36 +0100
commit52aab9919519dc94ae891efb22e8d92d32e242de (patch)
treeec915ed23cf042d3d21d659d08f2286fd01a456e /Makefile.plugins
parent10646e851b488a2da6d24c64792c7956bdefa54e (diff)
downloadconnman-52aab9919519dc94ae891efb22e8d92d32e242de.tar.gz
connman-52aab9919519dc94ae891efb22e8d92d32e242de.tar.bz2
connman-52aab9919519dc94ae891efb22e8d92d32e242de.zip
ntpd: Remove the ntpd plugin
We now have ntp support in the core, hence remove the plugin.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index 58b04944..13715187 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -285,19 +285,6 @@ script_PROGRAMS += scripts/openvpn-script
scripts_openvpn_script_LDADD = @DBUS_LIBS@
endif
-if NTPD
-if NTPD_BUILTIN
-builtin_modules += ntpd
-builtin_sources += plugins/ntpd.c
-builtin_cflags += -DNTPD=\"@NTPD@\"
-else
-plugin_LTLIBRARIES += plugins/ntpd.la
-plugin_objects += $(plugins_ntpd_la_OBJECTS)
-plugins_ntpd_la_CFLAGS = $(plugin_cflags) -DNTPD=\"@NTPD@\"
-plugins_ntpd_la_LDFLAGS = $(plugin_ldflags)
-endif
-endif
-
if NMCOMPAT
if NMCOMPAT_BUILTIN
builtin_modules += nmcompat