do install the produce shared library
[simple-launcher] / Makefile
index ed3cb60..174e6ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,5 +25,7 @@ clean:
 install: $(TARGET)
        install -d $(DESTDIR)/usr/share/applications/hildon-home
        install -m 0644 simple-launcher.desktop $(DESTDIR)/usr/share/applications/hildon-home
+       install -d $(DESTDIR)/usr/lib/hildon-home
+       install -m 0644 libsimple-launcher.so $(DESTDIR)/usr/lib/hildon-home
 
 -include *.d