summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2011-08-24 16:44:23 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-08-25 11:14:23 +0200
commitf988a23814bd55184ceea65f35a06bbdba687ada (patch)
treed7925e156aa9bf35c2861d67340bbfa4057cd99c /Makefile.am
parent3c6dce491343ca61ef568b1a6e2ef92d644a70c7 (diff)
downloadconnman-f988a23814bd55184ceea65f35a06bbdba687ada.tar.gz
connman-f988a23814bd55184ceea65f35a06bbdba687ada.tar.bz2
connman-f988a23814bd55184ceea65f35a06bbdba687ada.zip
profile: Remove profile.c and profile.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c08453d..acd0c767 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@ nodist_include_HEADERS = include/version.h
noinst_HEADERS = include/rtnl.h include/task.h \
include/dbus.h include/rfkill.h include/option.h \
- include/profile.h include/provider.h \
+ include/provider.h \
include/utsname.h include/timeserver.h include/proxy.h \
include/location.h include/technology.h \
include/setting.h
@@ -71,7 +71,7 @@ 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/device.c src/network.c src/connection.c \
- src/manager.c src/profile.c src/service.c \
+ src/manager.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 \