X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=26f8f9f3bda02ab6cfb772758c78822732e8d0cf;hb=30a96982c959f9c5d99cbb6e980a938608844dee;hp=ca7b6e087a3a572540f6bd8cfe9dc96d63e528c7;hpb=847420f1ac24648cb0053f0493439bdf19089c8d;p=simple-launcher diff --git a/Makefile b/Makefile index ca7b6e0..26f8f9f 100644 --- 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