This patch adds support for making timeserver.h a public header.
Without this, it would not be possible to write the meego plug-in,
or one similar to it, out-of-tree.
---
 Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 446a26a..82506d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,8 @@ include_HEADERS = include/types.h include/log.h 
include/plugin.h \
                        include/notifier.h \
                        include/storage.h include/service.h \
                        include/resolver.h include/ipconfig.h \
-                       include/device.h include/network.h include/inet.h
+                       include/device.h include/network.h include/inet.h \
+                       include/timeserver.h
 
 nodist_include_HEADERS = include/version.h
 
@@ -15,7 +16,7 @@ noinst_HEADERS = include/driver.h include/element.h 
include/property.h \
                        include/rtnl.h include/wifi.h include/task.h \
                        include/dbus.h include/rfkill.h include/option.h \
                        include/profile.h include/provider.h \
-                       include/utsname.h include/timeserver.h include/proxy.h \
+                       include/utsname.h include/proxy.h \
                        include/location.h include/technology.h \
                        include/setting.h
 
-- 
1.7.4.2

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to