X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=3bca19e5c78325b4d71c6b70ea0cc24a39fc0a7a;hb=97a12c445f3fcd62c249b24c617f196f7903de71;hp=6c349ed4d440babf6ba846d05d73f0e80257a33f;hpb=b3778ebc9713049d777f0ac5d672eeafcf1cca8a;p=framework%2Fconnectivity%2Fconnman.git diff --git a/Makefile.am b/Makefile.am index 6c349ed..3bca19e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,16 +6,16 @@ includedir = @includedir@/connman include_HEADERS = include/types.h include/log.h include/plugin.h \ include/notifier.h include/service.h \ include/resolver.h include/ipconfig.h \ - include/device.h include/network.h include/inet.h + include/device.h include/network.h include/inet.h \ + include/storage.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/location.h include/technology.h \ - include/setting.h + include/technology.h include/setting.h local_headers = $(foreach file,$(include_HEADERS) $(nodist_include_HEADERS) \ $(noinst_HEADERS), include/connman/$(notdir $(file))) @@ -77,7 +77,7 @@ src_connmand_SOURCES = $(gdbus_sources) $(gdhcp_sources) \ 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/location.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 @@ -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 @@ -185,7 +185,7 @@ 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_test_session_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ -ldl unit_objects += $(unit_test_session_OBJECTS) endif @@ -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 @@ -226,11 +229,12 @@ 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-portal \ --enable-hh2serial-gps \ --enable-ntpd \ --enable-openconnect \ @@ -243,8 +247,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) > $@