From d5acb39e80b40d2b21eed37506523e73fcd8956f Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Tue, 7 Oct 2014 15:28:27 +0300 Subject: machine: Integrate ConnMan with systemd-hostnamed Currently only the machine type (chassis) is provided. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a7f3ed3d..a5741701 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ include_HEADERS = include/log.h include/plugin.h \ include/device.h include/network.h include/inet.h \ include/storage.h include/provision.h \ include/session.h include/ipaddress.h include/agent.h \ - include/inotify.h include/peer.h + include/inotify.h include/peer.h include/machine.h nodist_include_HEADERS = include/version.h @@ -106,7 +106,7 @@ src_connmand_SOURCES = $(gdhcp_sources) $(gweb_sources) \ src/stats.c src/iptables.c src/dnsproxy.c src/6to4.c \ src/ippool.c src/bridge.c src/nat.c src/ipaddress.c \ src/inotify.c src/firewall.c src/ipv6pd.c src/peer.c \ - src/peer_service.c + src/peer_service.c src/machine.c src_connmand_LDADD = gdbus/libgdbus-internal.la $(builtin_libadd) \ @GLIB_LIBS@ @DBUS_LIBS@ @XTABLES_LIBS@ @GNUTLS_LIBS@ \ -- cgit v1.2.1