osx-attr: add plugin installing config attributes using SystemConfiguration

Currently installs DNS servers only, by prepending IP addresses to the
DNS configuration of the primary networking service.
This commit is contained in:
Martin Willi
2013-06-21 17:03:22 +02:00
committed by Tobias Brunner
parent 12488efa78
commit 45dcf4df57
7 changed files with 468 additions and 0 deletions
+7
View File
@@ -457,6 +457,13 @@ if MONOLITHIC
endif
endif
if USE_OSX_ATTR
SUBDIRS += plugins/osx_attr
if MONOLITHIC
libcharon_la_LIBADD += plugins/osx_attr/libstrongswan-osx-attr.la
endif
endif
if USE_ANDROID_DNS
SUBDIRS += plugins/android_dns
if MONOLITHIC