added forgotten copyright notice
[simple-launcher] / Makefile
index ca7b6e0..1a4cb5a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,17 +16,17 @@ TARGET=simple-launcher.so
 DESKTOP_FILE=simple-launcher.desktop
 BACKUP_CONF=simple-launcher.backup
 
-all: test2 $(TARGET)
+all: $(TARGET)
 
 tests: test test1 test2
 
-$(TARGET): simple-launcher.o launchable-item.o launcher-item.o sla-list.o utils.o settings-dialog.o gconf-wrapper.o
+$(TARGET): simple-launcher.o launchable-item.o launcher-item.o settings-page-items.o utils.o settings-dialog.o gconf-wrapper.o dialog-entry.o settings-page-entries.o
        $(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 test: test.o launcher-item.o
        g++ -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS) -losso
 
-test1: test1.o sla-list.o launcher-item.o
+test1: test1.o settings-page-items.o launcher-item.o
        g++ -g -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS)
 
 test2: test2.o gconf-wrapper.o
@@ -43,4 +43,10 @@ install: $(TARGET)
        install -d $(DESTDIR)/etc/osso-backup/applications
        install -m 0644 $(BACKUP_CONF) $(DESTDIR)/etc/osso-backup/applications/simple-launcher.conf
 
+pclean:
+       fakeroot debian/rules clean
+
+package:
+       dpkg-buildpackage -rfakeroot -uc -b
+
 -include *.d