summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-27 13:54:08 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-04 10:28:35 +0300
commit6833a8b5d5f079538a2d72f805900a5e00d790ca (patch)
treec8d28972300292de8f3d21c87837ace9a3f6ef67 /Makefile.am
parent2ea76ff8f2ff21d85f5205279af5df9719304158 (diff)
downloadconnman-6833a8b5d5f079538a2d72f805900a5e00d790ca.tar.gz
connman-6833a8b5d5f079538a2d72f805900a5e00d790ca.tar.bz2
connman-6833a8b5d5f079538a2d72f805900a5e00d790ca.zip
client: Remove now obsolete functions and files
Remove now obsolete files from services. Remove data_manager, dbus and technology .h and .c files. Update Makefile.am accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 4bc1e930..4ae08529 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -228,14 +228,12 @@ noinst_PROGRAMS += client/connmanctl
MANUAL_PAGES += doc/connmanctl.1
-client_connmanctl_SOURCES = $(gdbus_sources) src/connman.h \
+client_connmanctl_SOURCES = $(gdbus_sources) \
client/dbus_helpers.h client/dbus_helpers.c \
- client/dbus.h client/dbus.c \
- client/data_manager.h client/data_manager.c \
client/services.h client/services.c \
- client/technology.h client/technology.c \
- client/commands.h client/commands.c client/main.c \
- client/input.h client/input.c
+ client/commands.h client/commands.c \
+ client/input.h client/input.c \
+ client/main.c
client_connmanctl_LDADD = @DBUS_LIBS@ @GLIB_LIBS@ -lreadline -ldl
endif