added a few libraries to get proper dependencies. is it a good idea?
[simple-launcher] / Makefile
index 07c07ee..5131963 100644 (file)
--- 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