added libosso to the list of required libraries for applications using launcher-item
authormss <noemail>
Mon, 4 Dec 2006 21:42:13 +0000 (21:42 +0000)
committermss <noemail>
Mon, 4 Dec 2006 21:42:13 +0000 (21:42 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@7 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile

index b45cec6..ed3cb60 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ $(TARGET): simple-launcher.o launcher-item.o
        $(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 test: test.o launcher-item.o
-       g++ -o $@ $^ $(LIBS) $(GTKLIBS) $(DBUSLIBS)
+       g++ -o $@ $^ $(GTKLIBS) $(DBUSLIBS)  $(LIBS) -losso
 
 clean:
        rm -f *.d *.o $(TARGET) test