started implementation of the settings dialog list
[simple-launcher] / Makefile
index 411d429..cf18254 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ TARGET=simple-launcher.so
 
 all: $(TARGET)
 
-$(TARGET): simple-launcher.o launcher-item.o
+$(TARGET): simple-launcher.o launcher-item.o sla-list.o
        $(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 test: test.o launcher-item.o