From f1b58c3faed91ddae6755b5cc0d211cc8aa32574 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 16 Jun 2011 09:44:53 +0200 Subject: element: Remove element.c --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 64812503..568880a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ include_HEADERS = include/types.h include/log.h include/plugin.h \ nodist_include_HEADERS = include/version.h -noinst_HEADERS = include/driver.h include/element.h include/property.h \ +noinst_HEADERS = include/property.h \ include/rtnl.h include/wifi.h include/task.h \ include/dbus.h include/rfkill.h include/option.h \ include/profile.h include/provider.h \ @@ -70,7 +70,7 @@ src_connmand_SOURCES = $(gdbus_sources) $(gdhcp_sources) \ gweb/giognutls.h gweb/gionotls.c \ $(builtin_sources) src/connman.ver \ src/main.c src/connman.h src/log.c \ - src/error.c src/plugin.c src/task.c src/element.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/clock.c src/timezone.c \ -- cgit v1.2.3