diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-04-25 15:29:56 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-05-03 17:09:24 +0300 |
commit | 21257308893e29c6ea90b79e3bf0f8341ed08bd5 (patch) | |
tree | 9be6cbe78c95076062c45c2e198a8cecf445a944 /Makefile.am | |
parent | fff12a67390147487a7d3b41e7c8aa60487243ed (diff) | |
download | connman-21257308893e29c6ea90b79e3bf0f8341ed08bd5.tar.gz connman-21257308893e29c6ea90b79e3bf0f8341ed08bd5.tar.bz2 connman-21257308893e29c6ea90b79e3bf0f8341ed08bd5.zip |
client: Add support for registering and unregistering an agent
Add agent .h and .c files containing registering and unregistering functionality.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4b1b6c20..04677ac7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -233,6 +233,7 @@ client_connmanctl_SOURCES = $(gdbus_sources) \ client/services.h client/services.c \ client/commands.h client/commands.c \ client/input.h client/input.c \ + client/agent.h client/agent.c \ client/main.c client_connmanctl_LDADD = @DBUS_LIBS@ @GLIB_LIBS@ -lreadline -ldl |