profile: Remove profile D-Bus API
[framework/connectivity/connman.git] / Makefile.am
index 2e29353..23805e7 100644 (file)
@@ -17,7 +17,7 @@ noinst_HEADERS = include/driver.h include/element.h include/property.h \
                        include/profile.h include/provider.h \
                        include/utsname.h include/timeserver.h include/proxy.h \
                        include/location.h include/technology.h \
-                       include/configuration.h
+                       include/setting.h
 
 local_headers = $(foreach file,$(include_HEADERS) $(nodist_include_HEADERS) \
                        $(noinst_HEADERS), include/connman/$(notdir $(file)))
@@ -187,7 +187,8 @@ test_scripts = test/get-state test/list-profiles test/list-services \
                test/test-counter test/set-ipv4-method test/set-ipv6-method \
                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/enable-tethering test/disable-tethering test/backtrace \
+               test/test-session test/provision-service
 
 if TEST
 testdir = $(pkglibdir)/test
@@ -199,10 +200,10 @@ EXTRA_DIST += $(test_scripts)
 EXTRA_DIST += doc/overview-api.txt doc/behavior-api.txt \
                                doc/ipconfig-api.txt doc/plugin-api.txt \
                                doc/manager-api.txt doc/agent-api.txt \
-                               doc/profile-api.txt doc/service-api.txt \
-                               doc/technology-api.txt doc/counter-api.txt \
-                               doc/advanced-configuration.txt \
-                               doc/config-format.txt
+                               doc/service-api.txt doc/technology-api.txt \
+                               doc/counter-api.txt doc/config-format.txt \
+                               doc/advanced-configuration.txt
+
 
 pkgconfigdir = $(libdir)/pkgconfig