added factory registration code in BasicItemFactory
[simple-launcher] / tests / Makefile
1
2 tests: test test1 test2
3
4 test: test.o launcher-item.o
5         g++ -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS) -losso
6
7 test1: test1.o settings-page-items.o launcher-item.o
8         g++ -g -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS)
9
10 test2: test2.o gconf-wrapper.o
11         g++ -g -o $@ $^ $(GCONFLIBS)
12
13 clean:
14         rm -f *.d *.o test test1 test2