rename the applet loadable file: libsimple-launcher.so to simple-launcher.so
authormss <noemail>
Tue, 5 Dec 2006 19:20:29 +0000 (19:20 +0000)
committermss <noemail>
Tue, 5 Dec 2006 19:20:29 +0000 (19:20 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@16 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile
simple-launcher.desktop

index a14ac66..411d429 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CXXFLAGS=-Wall -MMD $(GTKCFLAGS) $(DBUSCFLAGS)
 LDFLAGS = -shared
 LIBS = -lstdc++
 
-TARGET=libsimple-launcher.so
+TARGET=simple-launcher.so
 
 all: $(TARGET)
 
@@ -26,6 +26,6 @@ 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
+       install -m 0644 $(TARGET) $(DESTDIR)/usr/lib/hildon-home
 
 -include *.d
index 43119e0..2b9d550 100644 (file)
@@ -2,7 +2,7 @@
 Name=Simple Launcher Applet
 Comment=A simple list of icons to click
 Type=HildonHomeApplet
-X-home-applet=libsimple-launcher.so
+X-home-applet=simple-launcher.so
 X-home-applet-resizable=X
 X-home-applet-minwidth=270
 X-home-applet-minheight=45