Split up functionality of plugin in separate modules
[mtetherd] / Makefile
index d66ae7e..a3082f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ all: mtetherd mtetherd-plugin.so
 mtetherd: mtetherd.o device.o
        $(CC) $(LDFLAGS) $(LIBS_DBUS) -o $@ $^
 
-mtetherd-plugin.so: status.o
+mtetherd-plugin.so: plugin.o hal.o net.o util.o
        $(CC) $(LDFLAGS) $(LIBS_HILDON) -shared -o $@ $^
 
 %PHONY: clean install uninstall