do install the produce shared library
authormss <noemail>
Tue, 5 Dec 2006 00:07:54 +0000 (00:07 +0000)
committermss <noemail>
Tue, 5 Dec 2006 00:07:54 +0000 (00:07 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@10 3ba93dab-e023-0410-b42a-de7732cf370a

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