From 5f4268280d31945daa996a5c66f35ceb4aff8598 Mon Sep 17 00:00:00 2001 From: mss Date: Mon, 4 Dec 2006 21:42:13 +0000 Subject: [PATCH] added libosso to the list of required libraries for applications using launcher-item git-svn-id: file:///svnroot/simple-launcher/trunk@7 3ba93dab-e023-0410-b42a-de7732cf370a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b45cec6..ed3cb60 100644 --- 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 -- 1.7.9.5