gresolv: Bind socket to the right interface
[platform/upstream/connman.git] / Makefile.am
index 8cce684..d5a76f9 100644 (file)
@@ -12,7 +12,7 @@ include_HEADERS = include/types.h include/log.h include/plugin.h \
 nodist_include_HEADERS = include/version.h
 
 noinst_HEADERS = include/rtnl.h include/task.h \
-                       include/dbus.h include/rfkill.h include/option.h \
+                       include/dbus.h include/option.h \
                        include/provider.h \
                        include/utsname.h include/timeserver.h include/proxy.h \
                        include/technology.h include/setting.h
@@ -87,9 +87,9 @@ src_connmand_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ \
 src_connmand_LDFLAGS = -Wl,--export-dynamic \
                                -Wl,--version-script=$(srcdir)/src/connman.ver
 
-BUILT_SOURCES = $(local_headers)
+BUILT_SOURCES = $(local_headers) src/builtin.h
 
-CLEANFILES = src/connman.conf src/builtin.h $(BUILT_SOURCES)
+CLEANFILES = src/connman.conf $(BUILT_SOURCES)
 
 statedir = $(localstatedir)/run/connman
 
@@ -198,7 +198,10 @@ test_scripts = test/get-state test/list-profiles test/list-services \
                test/set-nameservers test/set-domains test/find-service \
                test/get-services test/get-proxy-autoconfig test/set-proxy \
                test/enable-tethering test/disable-tethering test/backtrace \
-               test/test-session test/provision-service
+               test/test-session test/provision-service test/test-supplicant \
+               test/test-new-supplicant test/service-move-before \
+               test/set-global-timeservers test/get-global-timeservers \
+               test/test-clock
 
 if TEST
 testdir = $(pkglibdir)/test
@@ -242,8 +245,6 @@ MAINTAINERCLEANFILES = Makefile.in \
        ltmain.sh depcomp compile missing install-sh mkinstalldirs
 
 
-src/plugin.$(OBJEXT): src/builtin.h
-
 src/builtin.h: src/genbuiltin $(builtin_sources)
        $(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@