From 05bceea2f51ec49663d990a185fc3108c26d6e00 Mon Sep 17 00:00:00 2001 From: mishas Date: Sat, 19 Jan 2008 12:15:38 +0000 Subject: [PATCH 1/1] added a few libraries to get proper dependencies. is it a good idea? git-svn-id: file:///svnroot/simple-launcher/branches/new-items@270 3ba93dab-e023-0410-b42a-de7732cf370a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07c07ee..5131963 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ HDESKTOPLIBS := $(shell pkg-config libhildondesktop --libs) CXXFLAGS=-Wall -g -MMD $(HILDONCFLAGS) $(HDESKTOPCFLAGS) $(GTKCFLAGS) $(DBUSCFLAGS) $(GCONFCFLAGS) #LDFLAGS = -module -avoid-version LDFLAGS = -shared -LIBS = -lstdc++ +LIBS = $(HILDONLIBS) $(HDESKTOPLIBS) -lstdc++ TARGET=simple-launcher.so DESKTOP_FILE=simple-launcher.desktop -- 1.7.9.5