fixed the debian/changelog
[simple-launcher] / Makefile
index c5e0a35..fb27a98 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all: $(TARGET)
 
 tests: test test1
 
-$(TARGET): simple-launcher.o launcher-item.o sla-list.o
+$(TARGET): simple-launcher.o launchable-item.o launcher-item.o sla-list.o
        $(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 test: test.o launcher-item.o
@@ -25,7 +25,7 @@ test1: test1.o sla-list.o launcher-item.o
        g++ -g -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS)
 
 clean:
-       rm -f *.d *.o $(TARGET) test
+       rm -f *.d *.o $(TARGET) test test1
 
 install: $(TARGET)
        install -d $(DESTDIR)/usr/share/applications/hildon-home