Remove obsolete file.
[connman] / src / Makefile.am
index 82ad37f..4414ec2 100644 (file)
@@ -9,9 +9,9 @@ sbin_PROGRAMS = connmand
 
 connmand_SOURCES = main.c connman.h log.c selftest.c error.c plugin.c \
                        element.c device.c network.c connection.c \
-                       manager.c profile.c service.c agent.c \
-                       security.c resolver.c ipconfig.c notifier.c \
-                       storage.c ipv4.c detect.c rtnl.c dbus.c
+                       manager.c profile.c service.c agent.c notifier.c \
+                       security.c resolver.c ipconfig.c rfkill.c \
+                       storage.c ipv4.c detect.c rtnl.c inet.c dbus.c
 
 if UDEV
 connmand_SOURCES += udev.c
@@ -23,12 +23,12 @@ rules_DATA = 92-connman.rules
 endif
 endif
 
-connmand_LDADD = $(top_builddir)/plugins/libbuiltin.a \
+connmand_LDADD = $(top_builddir)/plugins/libbuiltin.la \
                @GDBUS_LIBS@ @GLIB_LIBS@ @GTHREAD_LIBS@ @UDEV_LIBS@ -ldl
 
 connmand_LDFLAGS = -Wl,--export-dynamic -Wl,--version-script=connman.ver
 
-connmand_DEPENDENCIES = connman.ver $(top_builddir)/plugins/libbuiltin.a
+connmand_DEPENDENCIES = connman.ver $(top_builddir)/plugins/libbuiltin.la
 
 CLEANFILES = connman.ver connman.exp connman.conf 92-connman.rules