X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=3bca19e5c78325b4d71c6b70ea0cc24a39fc0a7a;hb=97a12c445f3fcd62c249b24c617f196f7903de71;hp=5922364877842bc7fde3492b8473afe9aa8d0ffa;hpb=af6e73b30d4018937c26c50de16340f9834c797b;p=framework%2Fconnectivity%2Fconnman.git diff --git a/Makefile.am b/Makefile.am index 5922364..3bca19e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,13 +74,12 @@ src_connmand_SOURCES = $(gdbus_sources) $(gdhcp_sources) \ src/clock.c src/timezone.c \ src/agent.c src/notifier.c src/provider.c \ src/resolver.c src/ipconfig.c src/detect.c src/inet.c \ - src/dhcp.c src/dhcpv6.c src/rtnl.c src/proxy.c \ + src/dhcp.c src/rtnl.c src/proxy.c \ src/utsname.c src/timeserver.c src/rfkill.c \ src/storage.c src/dbus.c src/config.c \ src/technology.c src/counter.c src/ntp.c \ src/session.c src/tethering.c src/wpad.c src/wispr.c \ - src/stats.c src/iptables.c src/dnsproxy.c src/6to4.c \ - src/ippool.c src/bridge.c src/nat.c + src/stats.c src/iptables.c src/dnsproxy.c src/6to4.c src_connmand_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ \ @CAPNG_LIBS@ @XTABLES_LIBS@ -lresolv -ldl @@ -145,8 +144,7 @@ noinst_PROGRAMS += tools/wispr tools/supplicant-test \ tools/dbus-test tools/polkit-test \ tools/iptables-test tools/tap-test tools/wpad-test \ tools/stats-tool tools/private-network-test \ - tools/alg-test unit/test-session unit/test-ippool \ - unit/test-nat + tools/alg-test unit/test-session tools_wispr_SOURCES = $(gweb_sources) tools/wispr.c tools_wispr_LDADD = @GLIB_LIBS@ @GNUTLS_LIBS@ -lresolv @@ -189,30 +187,21 @@ unit_test_session_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \ unit/session-api.c unit/test-connman.h unit_test_session_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ -ldl unit_objects += $(unit_test_session_OBJECTS) - -unit_test_ippool_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \ - src/ippool.c unit/test-ippool.c -unit_test_ippool_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ -ldl -unit_objects += $(unit_test_ippool_OBJECTS) - -unit_test_nat_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \ - src/iptables.c src/nat.c unit/test-nat.c -unit_test_nat_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ @XTABLES_LIBS@ -ldl -unit_objects += $(unit_nat_ippool_OBJECTS) endif -test_scripts = test/get-state test/list-services \ - test/monitor-services test/test-clock \ +test_scripts = test/get-state test/list-profiles test/list-services \ + test/connect-service test/monitor-services test/set-address \ test/simple-agent test/show-introspection test/test-compat \ test/test-manager test/test-connman test/monitor-connman \ test/connect-vpn test/disconnect-vpn test/monitor-manager \ 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/test-session test/test-supplicant \ + 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/set-nameservers test/set-domains + test/test-clock if TEST testdir = $(pkglibdir)/test @@ -226,8 +215,6 @@ EXTRA_DIST += doc/overview-api.txt doc/behavior-api.txt \ doc/manager-api.txt doc/agent-api.txt \ doc/service-api.txt doc/technology-api.txt \ doc/counter-api.txt doc/config-format.txt \ - doc/clock-api.txt doc/session-api.txt \ - doc/session-overview.txt doc/backtrace.txt \ doc/advanced-configuration.txt @@ -242,9 +229,14 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \ --enable-wifi \ --enable-bluetooth \ --enable-ofono \ + --enable-telephony \ + --enable-tizen-ext \ --enable-pacrunner \ + --enable-google \ + --enable-meego \ --enable-client \ --enable-hh2serial-gps \ + --enable-ntpd \ --enable-openconnect \ --enable-tools