X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=64812503190b3bfbd37e9d12be30a9971b8317ce;hb=eebd19ebc530c0321bfe4be4906485168e9f0d2a;hp=74ac21ff12919a3d49e3ec79cd4c90e162882202;hpb=8d79dd2a0dbfc48b5f91fc1c376514692567e9b2;p=framework%2Fconnectivity%2Fconnman.git diff --git a/Makefile.am b/Makefile.am index 74ac21f..6481250 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,8 @@ builtin_cflags = noinst_PROGRAMS = +unit_objects = + sbin_PROGRAMS = src/connmand src_connmand_SOURCES = $(gdbus_sources) $(gdhcp_sources) \ @@ -70,7 +72,8 @@ src_connmand_SOURCES = $(gdbus_sources) $(gdhcp_sources) \ src/main.c src/connman.h src/log.c \ src/error.c src/plugin.c src/task.c src/element.c \ src/device.c src/network.c src/connection.c \ - src/manager.c src/clock.c src/profile.c src/service.c \ + src/manager.c src/profile.c src/service.c \ + 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/rtnl.c src/proxy.c \ @@ -141,7 +144,8 @@ noinst_PROGRAMS += tools/wispr tools/wifi-scan tools/supplicant-test \ tools/addr-test tools/web-test tools/resolv-test \ tools/dbus-test tools/polkit-test \ tools/iptables-test tools/tap-test tools/wpad-test \ - tools/stats-tool + tools/stats-tool tools/private-network-test \ + tools/alg-test unit/test-session tools_wispr_SOURCES = $(gweb_sources) tools/wispr.c tools_wispr_LDADD = @GLIB_LIBS@ @GNUTLS_LIBS@ -lresolv @@ -176,6 +180,16 @@ tools_dbus_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ tools_polkit_test_LDADD = @DBUS_LIBS@ tools_iptables_test_LDADD = @GLIB_LIBS@ @XTABLES_LIBS@ + +tools_private_network_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ + +tools_alg_test_LDADD = @GLIB_LIBS@ + +unit_test_session_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \ + unit/test-session.c unit/utils.c unit/manager-api.c \ + unit/session-api.c unit/test-connman.h +unit_test_session_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ +unit_objects += $(unit_test_session_OBJECTS) endif test_scripts = test/get-state test/list-profiles test/list-services \